Skip to content

Commit fb18c7f

Browse files
author
mikeblome
committed
more whittling down of broken links
1 parent df67593 commit fb18c7f

428 files changed

Lines changed: 1653 additions & 1653 deletions

File tree

Some content is hidden

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

docs/atl/reference/atl-project-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can specify project properties (for example, [whether to link statically to
3939

4040
## See Also
4141

42-
[Creating and Managing Visual C++ Projects](../../ide/creating-and-managing-visual-cpp-projects.md)<br/>
42+
[Creating and Managing Visual C++ Projects](../../build/creating-and-managing-visual-cpp-projects.md)<br/>
4343
[Visual C++ Project Types](../../build/visual-cpp-project-types.md)<br/>
4444
[Creating Desktop Projects By Using Application Wizards](../../ide/creating-desktop-projects-by-using-application-wizards.md)<br/>
4545
[Fundamentals of ATL COM Objects](../../atl/fundamentals-of-atl-com-objects.md)<br/>

docs/build/creating-and-managing-visual-cpp-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Describes the MSBuild-based project types that are available in Visual C++.
3131
[File Types Created for Visual C++ Projects](../ide/file-types-created-for-visual-cpp-projects.md)<br>
3232
Describes the kinds of files that are used with various MSBuild project types.
3333

34-
[Creating Desktop Projects By Using Application Wizards](../ide/creating-desktop-projects-by-using-application-wizards.md)<br>
34+
[Creating Desktop Projects By Using Application Wizards](creating-desktop-projects-by-using-application-wizards.md)<br>
3535
How to use the wizards to create projects with Visual C++.
3636

3737
[Working with Project Properties](../ide/working-with-project-properties.md)<br>

docs/build/creating-desktop-projects-by-using-application-wizards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ When you create a project you can either create a new solution or you can add th
2727

2828
## See Also
2929

30-
[Creating and Managing Visual C++ Projects](../ide/creating-and-managing-visual-cpp-projects.md)<br>
30+
[Creating and Managing Visual C++ Projects](creating-and-managing-visual-cpp-projects.md)<br>
3131
[MFC Wizards and Dialog Boxes](../mfc/reference/mfc-wizards-and-dialog-boxes.md)<br>
3232
[ATL Wizards and Dialog Boxes](../atl/reference/atl-wizards-and-dialog-boxes.md)

docs/build/reference/TOC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
### [/PDBALTPATH (Use Alternate PDB Path)](pdbaltpath-use-alternate-pdb-path.md)
248248
### [/PDBSTRIPPED (Strip Private Symbols)](pdbstripped-strip-private-symbols.md)
249249
### [/PGD (Specify Database for Profile-Guided Optimizations)](pgd-specify-database-for-profile-guided-optimizations.md)
250-
### [/POGOSAFEMODE](../../build/reference/pogosafemode-linker-option.md)
250+
### [/POGOSAFEMODE](pogosafemode-linker-option.md)
251251
### [/PROFILE (Performance Tools Profiler)](profile-performance-tools-profiler.md)
252252
### [/RELEASE (Set the Checksum)](release-set-the-checksum.md)
253253
### [/SAFESEH (Image has Safe Exception Handlers)](safeseh-image-has-safe-exception-handlers.md)
@@ -260,7 +260,7 @@
260260
### [/TLBID (Specify Resource ID for TypeLib)](tlbid-specify-resource-id-for-typelib.md)
261261
### [/TLBOUT (Name .TLB File)](tlbout-name-dot-tlb-file.md)
262262
### [/TSAWARE (Create Terminal Server Aware Application)](tsaware-create-terminal-server-aware-application.md)
263-
### [/USEPROFILE](../../build/reference/useprofile.md)
263+
### [/USEPROFILE](useprofile.md)
264264
### [/VERBOSE (Print Progress Messages)](verbose-print-progress-messages.md)
265265
### [/VERSION (Version Information)](version-version-information.md)
266266
### [/WHOLEARCHIVE (Include All Library Object Files)](wholearchive-include-all-library-object-files.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Only one directory can be passed to an **/AI** invocation. Specify one **/AI** o
3636

3737
## See Also
3838

39-
[Compiler Options](../../build/reference/compiler-options.md)<br/>
40-
[Setting Compiler Options](../../build/reference/setting-compiler-options.md)<br/>
39+
[Compiler Options](compiler-options.md)<br/>
40+
[Setting Compiler Options](setting-compiler-options.md)<br/>
4141
[#using Directive](../../preprocessor/hash-using-directive-cpp.md)

docs/build/reference/align-section-alignment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The **/ALIGN** option specifies the alignment of each section within the linear
2121

2222
Unless you are writing an application such as a device driver, you should not need to modify the alignment.
2323

24-
It is possible to modify the alignment of a particular section with the align parameter to the [/SECTION](../../build/reference/section-specify-section-attributes.md) option.
24+
It is possible to modify the alignment of a particular section with the align parameter to the [/SECTION](section-specify-section-attributes.md) option.
2525

2626
The alignment value that you specify cannot be smaller than the largest section alignment.
2727

@@ -39,5 +39,5 @@ The alignment value that you specify cannot be smaller than the largest section
3939

4040
## See also
4141

42-
[Setting Linker Options](../../build/reference/setting-linker-options.md)<br/>
43-
[Linker Options](../../build/reference/linker-options.md)
42+
[Setting Linker Options](setting-linker-options.md)<br/>
43+
[Linker Options](linker-options.md)

docs/build/reference/all.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ ms.assetid: aa7eb74a-33ba-4d77-8620-3d7ea8b19952
1313

1414
## Remarks
1515

16-
This option displays all available information except code disassembly. Use [/DISASM](../../build/reference/disasm.md) to display disassembly. You can use [/RAWDATA](../../build/reference/rawdata.md):NONE with /ALL to omit the raw binary details of the file.
16+
This option displays all available information except code disassembly. Use [/DISASM](disasm.md) to display disassembly. You can use [/RAWDATA](rawdata.md):NONE with /ALL to omit the raw binary details of the file.
1717

18-
Only the [/HEADERS](../../build/reference/headers.md) DUMPBIN option is available for use on files produced with the [/GL](../../build/reference/gl-whole-program-optimization.md) compiler option.
18+
Only the [/HEADERS](headers.md) DUMPBIN option is available for use on files produced with the [/GL](gl-whole-program-optimization.md) compiler option.
1919

2020
## See Also
2121

22-
[DUMPBIN Options](../../build/reference/dumpbin-options.md)
22+
[DUMPBIN Options](dumpbin-options.md)

docs/build/reference/allowbind-prevent-dll-binding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.assetid: 30e37e24-12e4-407e-988a-39d357403598
1515

1616
/ALLOWBIND:NO sets a bit in a DLL's header that indicates to Bind.exe that the image is not allowed to be bound. You may not want a DLL to be bound if it has been digitally signed (binding invalidates the signature).
1717

18-
You can edit an existing DLL for /ALLOWBIND functionality with the [/ALLOWBIND](../../build/reference/allowbind.md) option of the EDITBIN utility.
18+
You can edit an existing DLL for /ALLOWBIND functionality with the [/ALLOWBIND](allowbind.md) option of the EDITBIN utility.
1919

2020
### To set this linker option in the Visual Studio development environment
2121

@@ -31,7 +31,7 @@ You can edit an existing DLL for /ALLOWBIND functionality with the [/ALLOWBIND](
3131

3232
## See Also
3333

34-
[Setting Linker Options](../../build/reference/setting-linker-options.md)<br/>
35-
[Linker Options](../../build/reference/linker-options.md)<br/>
34+
[Setting Linker Options](setting-linker-options.md)<br/>
35+
[Linker Options](linker-options.md)<br/>
3636
[BindImage function](/windows/desktop/api/imagehlp/nf-imagehlp-bindimage)<br/>
3737
[BindImageEx function](/windows/desktop/api/imagehlp/nf-imagehlp-bindimageex)

docs/build/reference/allowbind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The **/ALLOWBIND** option sets a bit in a DLL's header that indicates to Bind.ex
2020

2121
Use **/ALLOWBIND:NO** to prevent Bind.exe from binding the DLL.
2222

23-
For more information, see the [/ALLOWBIND](../../build/reference/allowbind-prevent-dll-binding.md) linker option.
23+
For more information, see the [/ALLOWBIND](allowbind-prevent-dll-binding.md) linker option.
2424

2525
## See Also
2626

27-
[EDITBIN Options](../../build/reference/editbin-options.md)
27+
[EDITBIN Options](editbin-options.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ For more information, see [Manifest Files Reference](/windows/desktop/SbsCs/mani
3737

3838
## See Also
3939

40-
[Setting Linker Options](../../build/reference/setting-linker-options.md)<br/>
41-
[Linker Options](../../build/reference/linker-options.md)
40+
[Setting Linker Options](setting-linker-options.md)<br/>
41+
[Linker Options](linker-options.md)

0 commit comments

Comments
 (0)