Skip to content

Commit ec6dd97

Browse files
authored
Merge pull request #3075 from MicrosoftDocs/master
8/25/2020 AM Publish
2 parents 2066b5a + fc81365 commit ec6dd97

38 files changed

+46
-46
lines changed

docs/build-insights/tutorials/vcperf-and-wpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A version of WPA that supports C++ Build Insights is currently only available in
2525

2626
NOTE: Windows 8 or above is required for installing the Windows Performance Analyzer.
2727

28-
1. Browse to the Windows ADK [download page](https://docs.microsoft.com/windows-hardware/get-started/adk-install).
28+
1. Browse to the Windows ADK [download page](/windows-hardware/get-started/adk-install).
2929

3030
1. Download and install the latest version of the Windows ADK.
3131

docs/build/building-on-the-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Use the linker (link.exe) to link compiled object files and libraries into apps
226226
[NMAKE](reference/nmake-reference.md)<br/>
227227
Use NMAKE (nmake.exe) on Windows to build C++ projects based on a traditional makefile.
228228

229-
When you build on the command line, the F1 command isn't available for instant help. Instead, you can use a search engine to get information about warnings, errors, and messages. You can also download and use the offline help files. To use the search in [docs.microsoft.com](https://docs.microsoft.com/cpp/), enter your query in the search box at the top of any article.
229+
When you build on the command line, the F1 command isn't available for instant help. Instead, you can use a search engine to get information about warnings, errors, and messages. You can also download and use the offline help files. To use the search in docs.microsoft.com, enter your query in the search box at the top of any article.
230230

231231
## Command-line project management tools
232232

docs/build/how-to-integrate-custom-tools-into-the-project-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can add custom tool options to the Visual Studio **Property Pages** window b
1010

1111
The **Configuration Properties** section of the **Property Pages** window displays setting groups that are known as *rules*. Every rule contains the settings for a tool or a group of features. For example, the **Linker** rule contains the settings for the linker tool. The settings in a rule can be subdivided into *categories*.
1212

13-
This document explains how to create a file in a set directory that contains properties for your custom tool so that the properties are loaded when Visual Studio starts. For information about how to modify the file, see [Platform Extensibilty Part 2](https://docs.microsoft.com/archive/blogs/vsproject/platform-extensibility-part-2) on the Visual Studio Project Team blog.
13+
This document explains how to create a file in a set directory that contains properties for your custom tool so that the properties are loaded when Visual Studio starts. For information about how to modify the file, see [Platform Extensibilty Part 2](/archive/blogs/vsproject/platform-extensibility-part-2) on the Visual Studio Project Team blog.
1414

1515
### To add or change project properties
1616

docs/build/modify-project-properties-without-changing-project-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ helpviewer_keywords: ["project properties [C++], modifying outside project file"
55
---
66
# How to: Modify C++ project properties and targets without changing the project file
77

8-
You can override project properties and targets from the MSBuild command prompt without changing the project file. This is useful when you want to apply some properties temporarily or occasionally. It assumes some knowledge of MSBuild. For more information, see [MSBUild](https://docs.microsoft.com/visualstudio/msbuild/msbuild).
8+
You can override project properties and targets from the MSBuild command prompt without changing the project file. This is useful when you want to apply some properties temporarily or occasionally. It assumes some knowledge of MSBuild. For more information, see [MSBuild](/visualstudio/msbuild/msbuild).
99

1010
> [!IMPORTANT]
1111
> You can use the XML Editor in Visual Studio, or any text editor, to create the .props or .targets file. Don't use the **Property Manager** in this scenario because it adds the properties to the project file.

docs/build/reference/driver-windows-nt-kernel-mode-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If **/DRIVER** is specified:
3737

3838
### To set this linker option programmatically
3939

40-
- See [VCLinkerTool.driver Property](https://docs.microsoft.com/dotnet/api/microsoft.visualstudio.vcprojectengine.vclinkertool.driver?view=visualstudiosdk-2017#Microsoft_VisualStudio_VCProjectEngine_VCLinkerTool_driver).
40+
- See [VCLinkerTool.driver Property](/dotnet/api/microsoft.visualstudio.vcprojectengine.vclinkertool.driver?view=visualstudiosdk-2017#Microsoft_VisualStudio_VCProjectEngine_VCLinkerTool_driver).
4141

4242
## See also
4343

docs/build/reference/dynamicbase-use-address-space-layout-randomization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ By default, **/DYNAMICBASE** is enabled. To disable this option, use **/DYNAMICB
3636
- [MSVC linker reference](linking.md)
3737
- [MSVC Linker Options](linker-options.md)
3838
- [/HIGHENTROPYVA](highentropyva-support-64-bit-aslr.md)
39-
- [Windows ISV Software Security Defenses](https://docs.microsoft.com/previous-versions/bb430720(v=msdn.10))
39+
- [Windows ISV Software Security Defenses](/previous-versions/bb430720(v=msdn.10))

docs/build/reference/dynamicbase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ By default, **/DYNAMICBASE** is enabled. To disable this option, use **/DYNAMICB
2222
## See also
2323

2424
- [EDITBIN Options](editbin-options.md)
25-
- [Windows ISV Software Security Defenses](https://docs.microsoft.com/previous-versions/bb430720(v=msdn.10))
25+
- [Windows ISV Software Security Defenses](/previous-versions/bb430720(v=msdn.10))

docs/build/reference/highentropyva-support-64-bit-aslr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ For **`/HIGHENTROPYVA`** to have an effect at load time, [`/DYNAMICBASE`](dynami
3333
- [MSVC linker options](linker-options.md)
3434
- [`/DYNAMICBASE`](dynamicbase-use-address-space-layout-randomization.md)
3535
- [`/LARGEADDRESSAWARE`](largeaddressaware-handle-large-addresses.md)
36-
- [Windows ISV Software Security Defenses](https://docs.microsoft.com/previous-versions/bb430720(v=msdn.10))
36+
- [Windows ISV Software Security Defenses](/previous-versions/bb430720(v=msdn.10))

docs/build/reference/highentropyva.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ By default, the linker enables **`/HIGHENTROPYVA`** for 64-bit executable images
2424
[EDITBIN Options](editbin-options.md)\
2525
[`/DYNAMICBASE`](dynamicbase.md)\
2626
[`/LARGEADDRESSAWARE`](largeaddressaware.md)\
27-
[Windows ISV Software Security Defenses](https://docs.microsoft.com/previous-versions/bb430720(v=msdn.10))
27+
[Windows ISV Software Security Defenses](/previous-versions/bb430720(v=msdn.10))

docs/build/reference/qpar-auto-parallelizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ For information about how to enable output messages for the auto-parallelizer, s
4141
[MSVC Compiler Options](compiler-options.md)<br/>
4242
[MSVC Compiler Command-Line Syntax](compiler-command-line-syntax.md)<br/>
4343
[#pragma loop()](../../preprocessor/loop.md)<br/>
44-
[Native code vectorization in Visual Studio](https://docs.microsoft.com/archive/blogs/nativeconcurrency/auto-vectorizer-in-visual-studio-2012-overview)
44+
[Native code vectorization in Visual Studio](/archive/blogs/nativeconcurrency/auto-vectorizer-in-visual-studio-2012-overview)

0 commit comments

Comments
 (0)