You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated C6101
Mirror of my public PR. Added an example. Added proper spacing between headers and code blocks, matched formatting to my other PRs
* Updated C6101
Minor changes in response to Acrolinx report
* Updated C6101
More Acrolinx changes, split a run-on sentence
* Updated C26495
Matched formatting to my other PRs. Added more information to the example.
* Updated C26495
Fixed spelling error
* Updated C6101
Updated to the latest format
* Updated C6101
Single backticks and InOut->Inout
* Updated C26495
Updated to the new format
NOTE: This warning has no code analysis name. Per @MichaelSquires instructions, I omitted the usual keywords and 'Code analysis name:' section to match
* Update compiler-warning-level-4-c4464.md
@corob-msft
proposal. I don't warrant it shouldn't be worded in a better way.
* Update compiler-warning-level-4-c4464.md
typo fix
* fix: delete unnecessary asterisk
followup fix of MicrosoftDocs#4136
* optimize prime test
* Update floating-point-support.md
Explain what "ulp" stands for
* Updates for cpp-docs 4161
* Update integritycheck-require-signature-check.md
* alt-text
* Update abstract-cpp-component-extensions.md
* Add syntax highlighting to atl-mfc-shared
* Updated C26495
Added code analysis ID
* alt-text updates
* customer fix
* minor updates
* Incorporate changes in rewrite
Updates for style and clarity. Also give it an Acrolinx pass.
* Clarify version support
* Tweak language for minimum support
* Add code style, comment
@MugBergerFries
It's a good idea to use code styling for mentions of variable or class names (especially when they're easily confused generic names like "value").
I also added a comment to the fixed code sample to amplify the change and what it was doing.
* acrolinx
* cleanup pass
* [BULK] DocuTune - Rebranding
* Update README.md
Co-authored-by: Samuel Berger <[email protected]>
Co-authored-by: Brad Litterell <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: Kisaragi <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Bryan Gold <[email protected]>
Co-authored-by: Edward Breeveld <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: jsuther1974 <[email protected]>
Co-authored-by: Austin Morton <[email protected]>
Co-authored-by: Jak Koke <[email protected]>
Co-authored-by: HO-COOH <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: James Barnett <[email protected]>
Co-authored-by: Dennis Rea <[email protected]>
Co-authored-by: Alex Buck <[email protected]>
Co-authored-by: Feng Xu <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Thank you for your interest in contributing to the Visual C++ documentation!
4
4
5
-
In this topic, you'll see the basic process for adding or updating content in the [Visual C++ documentation site](https://docs.microsoft.com/cpp/).
5
+
In this topic, you'll see the basic process for adding or updating content in the [Visual C++ documentation site](https://learn.microsoft.com/cpp/).
6
6
7
7
In this topic, we'll cover:
8
8
@@ -54,7 +54,7 @@ The Visual Studio team will review your PR and let you know if the change looks
54
54
55
55
The maintainers will merge your PR into the main branch once feedback has been applied and your change looks good.
56
56
57
-
On a certain cadence, we push all commits from main branch into the live branch and then you'll be able to see your contribution on [Microsoft Docs](https://docs.microsoft.com/cpp/).
57
+
On a certain cadence, we push all commits from main branch into the live branch and then you'll be able to see your contribution on [Microsoft Learn](https://learn.microsoft.com/cpp/).
58
58
59
59
## DOs and DON'Ts
60
60
@@ -72,7 +72,7 @@ Below is a short list of guiding rules that you should keep in mind when you are
72
72
73
73
## Building the docs
74
74
75
-
The documentation is written in [GitHub-Flavored Markdown](https://help.github.com/categories/writing-on-github/) and built using [DocFX](https://dotnet.github.io/docfx/) and other internal publishing and build tools. It's published on[Microsoft Docs](https://docs.microsoft.com/).
75
+
The documentation is written in [GitHub-Flavored Markdown](https://help.github.com/categories/writing-on-github/) and built using [DocFX](https://dotnet.github.io/docfx/) and other internal publishing and build tools. It's published to[Microsoft Learn](https://learn.microsoft.com/).
76
76
77
77
If you want to build the docs locally, you need to install [DocFX](https://dotnet.github.io/docfx/); latest versions are the best.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Visual Studio documentation for Microsoft C++
2
2
3
-
Welcome! This repository contains source files for the work-in-progress Microsoft C++ (MSVC or Visual C++) technical documentation. The articles are published on the [C++ in Visual Studio documentation site](https://docs.microsoft.com/cpp).
3
+
Welcome! This repository contains source files for the work-in-progress Microsoft C++ (MSVC or Visual C++) technical documentation. The articles are published on the [C++ in Visual Studio documentation site](https://learn.microsoft.com/cpp).
4
4
5
5
The documentation for Visual Basic and Visual C# are located in a separate repository at [https://github.com/dotnet/core-docs](https://github.com/dotnet/core-docs), and the Visual Studio documentation is located in the repository located at [https://github.com/Microsoft/visualstudio-docs](https://github.com/Microsoft/visualstudio-docs).
6
6
7
7
## Contributing to the documentation
8
8
9
-
We welcome your contributions to help us improve the MSVC docs. For a comprehensive guide to contributing to Microsoft Docs, see the [contributor guide overview](https://docs.microsoft.com/contribute). For details on how to make a contribution to the MSVC documentation, see the[Contributing guide](CONTRIBUTING.md).
9
+
We welcome your contributions to help us improve the MSVC docs. For a comprehensive guide to contributing, see the [Microsoft Docs contributor guide](https://learn.microsoft.com/contribute). For details on how to make a contribution to the MSVC documentation, see our[Contributing guidance](CONTRIBUTING.md).
10
10
11
11
Several feature areas of MSVC have their own folders in this repository, such as `standard-library` for articles on the C++ Standard Library, `ide` for C++-specific articles on the Visual Studio interactive development environment (IDE), and so forth. The `/media` subfolder in each folder contains art files for the articles. The [Contributing guide](CONTRIBUTING.md) has more information.
Copy file name to clipboardExpand all lines: styleguide/template.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ To link to a header in a Markdown file in the same repo, use relative linking +
121
121
122
122
### Docs Links
123
123
124
-
To link to a file in a different Docs repo, use the docs.microsoft.com relative URL as the link. Don't include the .md suffix or the language/locale element.
124
+
To link to a file in a different Docs repo, use the `learn.microsoft.com` relative URL as the link. Don't include the .md suffix or the language/locale element.
125
125
126
126
- Example: [Universal Windows Platform documentation](/windows/uwp)
127
127
@@ -362,8 +362,8 @@ Use backticks (`) for `inline code`. Use inline code for command-line comman
362
362
363
363
### Shows
364
364
365
-
[
[
You can see an example of selectors in action at the [Intune docs](https://docs.microsoft.com/intune/deploy-use/what-to-tell-your-end-users-about-using-microsoft-intune#how-your-end-users-get-their-apps).
420
+
You can see an example of selectors in action at the [Intune docs](https://learn.microsoft.com/intune/deploy-use/what-to-tell-your-end-users-about-using-microsoft-intune#how-your-end-users-get-their-apps).
You can see an example of step-by-steps in action at the [Advanced Threat Analytics docs](https://docs.microsoft.com/advanced-threat-analytics/deploy-use/install-ata-step2).
428
+
You can see an example of step-by-steps in action at the [Advanced Threat Analytics docs](https://learn.microsoft.com/advanced-threat-analytics/deploy-use/install-ata-step2).
0 commit comments