Skip to content

Commit 9dee257

Browse files
author
Colin Robertson
committed
Fix some links in ide, build, and standard library
1 parent 9b3ca17 commit 9dee257

File tree

240 files changed

+242
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+242
-246
lines changed

docs/build/how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can use the project configurations in Visual Studio to set up C++ applicatio
4242

4343
1. Open the C++ project that you want to configure.
4444

45-
2. Open the property pages for that project. For more information, see [How to: Open Project Property Pages](../misc/how-to-open-project-property-pages.md).
45+
2. Open the property pages for that project. For more information, see [Working with Project Properties](../ide/working-with-project-properties.md).
4646

4747
> [!NOTE]
4848
> For .NET projects, make sure that the **Configuration Properties** node, or one of its child nodes, is selected in the **\<Projectname> Property Pages** dialog box; otherwise, the **Configuration Manager** button remains unavailable.

docs/build/reference/ai-specify-metadata-directories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Specifies a directory that the compiler will search to resolve file references p
5757

5858
### To set this compiler option in the Visual Studio development environment
5959

60-
1. Open the project's **Property Pages** dialog box. For details, see [How to: Open Project Property Pages](../../misc/how-to-open-project-property-pages.md).
60+
1. Open the project's **Property Pages** dialog box. For details, see [Working with Project Properties](../../ide/working-with-project-properties.md).
6161

6262
2. In the navigation pane, select **Configuration Properties**, **C/C++**, **General**.
6363

docs/build/reference/allowisolation-manifest-lookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Specifies behavior for manifest lookup.
5858

5959
### To set this linker option in the Visual Studio development environment
6060

61-
1. Open the project's **Property Pages** dialog box. For details, see [How to: Open Project Property Pages](../../misc/how-to-open-project-property-pages.md).
61+
1. Open the project's **Property Pages** dialog box. For details, see [Working with Project Properties](../../ide/working-with-project-properties.md).
6262

6363
2. Expand the **Configuration Properties** node.
6464

docs/build/reference/analyze-code-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Enables code analysis and control options.
7575

7676
### To set this compiler option in the Visual Studio development environment
7777

78-
1. Open the project's **Property Pages** dialog box. For details, see [How to: Open Project Property Pages](../../misc/how-to-open-project-property-pages.md).
78+
1. Open the project's **Property Pages** dialog box. For details, see [Working with Project Properties](../../ide/working-with-project-properties.md).
7979

8080
2. Expand the **Configuration Properties** node.
8181

docs/build/reference/appcontainer-windows-store-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Specifies whether the linker creates an executable image that must be run in an
4848

4949
### To set this linker option in Visual Studio
5050

51-
1. Open the project **Property Pages** dialog box. For more information, see [How to: Open Project Property Pages](../../misc/how-to-open-project-property-pages.md).
51+
1. Open the project **Property Pages** dialog box. For more information, see [Working with Project Properties](../../ide/working-with-project-properties.md).
5252

5353
2. Expand the **Configuration Properties** node.
5454

docs/build/reference/arch-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Specifies the architecture for code generation on ARM. See also [/arch (x86)](..
5353

5454
### To set the /arch:ARMv7VE or /arch:VFPv4 compiler option in Visual Studio
5555

56-
1. Open the **Property Pages** dialog box for the project. For more information, see [How to: Open Project Property Pages](../../misc/how-to-open-project-property-pages.md).
56+
1. Open the **Property Pages** dialog box for the project. For more information, see [Working with Project Properties](../../ide/working-with-project-properties.md).
5757

5858
2. Select the **C/C++** folder.
5959

docs/build/reference/arch-x64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Specifies the architecture for code generation on x64. Also see [/arch (x86)](..
5353

5454
### To set the /arch:AVX or /arch:AVX2 compiler option in Visual Studio
5555

56-
1. Open the **Property Pages** dialog box for the project. For more information, see [How to: Open Project Property Pages](../../misc/how-to-open-project-property-pages.md).
56+
1. Open the **Property Pages** dialog box for the project. For more information, see [Working with Project Properties](../../ide/working-with-project-properties.md).
5757

5858
2. Select the **Configuration Properties**, **C/C++** folder.
5959

docs/build/reference/arch-x86.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ r = t + d; // This should produce the same overall result
8686

8787
### To set this compiler option for AVX, AVX2, IA32, SSE, or SSE2 in Visual Studio
8888

89-
1. Open the **Property Pages** dialog box for the project. For more information, see [How to: Open Project Property Pages](../../misc/how-to-open-project-property-pages.md).
89+
1. Open the **Property Pages** dialog box for the project. For more information, see [Working with Project Properties](../../ide/working-with-project-properties.md).
9090

9191
2. Select the **Configuration Properties**, **C/C++** folder.
9292

docs/build/reference/bigobj-increase-number-of-sections-in-dot-obj-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ translation.priority.ht:
5454

5555
### To set this compiler option in the Visual Studio development environment
5656

57-
1. Open the project's **Property Pages** dialog box. For details, see [How to: Open Project Property Pages](../../misc/how-to-open-project-property-pages.md).
57+
1. Open the project's **Property Pages** dialog box. For details, see [Working with Project Properties](../../ide/working-with-project-properties.md).
5858

5959
2. Click the **C/C++** folder.
6060

docs/build/reference/c-preserve-comments-during-preprocessing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int i; // a variable
6969

7070
### To set this compiler option in the Visual Studio development environment
7171

72-
1. Open the project's **Property Pages** dialog box. For details, see [How to: Open Project Property Pages](../../misc/how-to-open-project-property-pages.md).
72+
1. Open the project's **Property Pages** dialog box. For details, see [Working with Project Properties](../../ide/working-with-project-properties.md).
7373

7474
2. Click the **C/C++** folder.
7575

0 commit comments

Comments
 (0)