Skip to content

Commit 2b0ae7f

Browse files
committed
Requested manual fixes
1 parent 6a41d4e commit 2b0ae7f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

docs/build/reference/hlsl-property-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ Specifies file name for assembly code listing file
140140

141141
[C++ project property page reference](property-pages-visual-cpp.md)<br>
142142
[Command Line Property Pages](command-line-property-pages.md)<br>
143-
[Compiling Shaders](/windows/win32/direct3dhlsl/dx-graphics-hlsl-part1)
143+
[Compiling Shaders](/windows/win32/direct3dhlsl/dx-graphics-hlsl-part1)

docs/extensions/partial-cpp-component-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Compiler option: `/ZW`
7070
7171
## See also
7272
73-
[Partial Classes (C++/CX)](../cppcx/partial-classes-c-cx.md)
73+
[Partial Classes (C++/CX)](../cppcx/partial-classes-c-cx.md)

docs/mfc/reference/cbitmap-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,4 +510,4 @@ The GDI does not use these values except to return them when an application call
510510

511511
[MFC Sample MDI](../../overview/visual-cpp-samples.md)<br/>
512512
[CGdiObject Class](../../mfc/reference/cgdiobject-class.md)<br/>
513-
[Hierarchy Chart](../../mfc/hierarchy-chart.md)
513+
[Hierarchy Chart](../../mfc/hierarchy-chart.md)

docs/mfc/reference/chtmleditctrlbase-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ long QueryStatus(long cmdID) const;
14781478
### Parameters
14791479

14801480
*cmdID*<br/>
1481-
The command ID. Command identifiers are taken from the CGID_MSHTML command group. These commands are defined in Mshtmcid.h. You can also find the list online at [MSHTML Command Identifiers](/previous-versions//aa741315(v=vs.85)).
1481+
The command ID. Command identifiers are taken from the CGID_MSHTML command group. These commands are defined in Mshtmcid.h. You can also find the list online at [MSHTML Command Identifiers](/previous-versions/aa741315(v=vs.85)).
14821482

14831483
### Return Value
14841484

@@ -2343,4 +2343,4 @@ This method sends the [IDM_UNORDERLIST command ID](/previous-versions/aa769987\(
23432343
## See also
23442344

23452345
[Hierarchy Chart](../../mfc/hierarchy-chart.md)<br/>
2346-
[HTMLEdit Sample](../../overview/visual-cpp-samples.md)
2346+
[HTMLEdit Sample](../../overview/visual-cpp-samples.md)

docs/parallel/amp/cpp-amp-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,4 +497,4 @@ Modulus and division of unsigned integers have significantly better performance
497497
[C++ AMP (C++ Accelerated Massive Parallelism)](../../parallel/amp/cpp-amp-cpp-accelerated-massive-parallelism.md)<br/>
498498
[Lambda Expression Syntax](../../cpp/lambda-expression-syntax.md)<br/>
499499
[Reference (C++ AMP)](../../parallel/amp/reference/reference-cpp-amp.md)<br/>
500-
[Parallel Programming in Native Code Blog](/archive/blogs/nativeconcurrency/)
500+
[Parallel Programming in Native Code Blog](/archive/blogs/nativeconcurrency/)

docs/parallel/amp/graphics-cpp-amp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,4 +421,4 @@ The C++ AMP runtime supports interoperability between `texture<T,1>` and the [ID
421421
[uint_4 Class](../../parallel/amp/reference/uint-4-class.md)<br/>
422422
[unorm_2 Class](../../parallel/amp/reference/unorm-2-class.md)<br/>
423423
[unorm_3 Class](../../parallel/amp/reference/unorm-3-class.md)<br/>
424-
[unorm_4 Class](../../parallel/amp/reference/unorm-4-class.md)
424+
[unorm_4 Class](../../parallel/amp/reference/unorm-4-class.md)

docs/windows/determining-which-dlls-to-redistribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Typically, you do not have to redistribute system DLLs because they are part of
5151
## See also
5252

5353
[Choosing a Deployment Method](choosing-a-deployment-method.md)<br/>
54-
[Deploying Desktop Applications](deploying-native-desktop-applications-visual-cpp.md)
54+
[Deploying Desktop Applications](deploying-native-desktop-applications-visual-cpp.md)

0 commit comments

Comments
 (0)