Skip to content

Commit a205091

Browse files
Fix broken link.
1 parent cff54c6 commit a205091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/xml-documentation-visual-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For details on creating an XML file with documentation comments, see the followi
2828
| Tags you can use to provide commonly used functionality in documentation | [Recommended tags for documentation comments](recommended-tags-for-documentation-comments-visual-cpp.md) |
2929
| The ID strings that the compiler produces to identify the constructs in your code | [Processing the XML File](dot-xml-file-processing.md) |
3030
| How to delimit documentation tags | [Delimiters for Visual C++ documentation tags](delimiters-for-visual-cpp-documentation-tags.md) |
31-
| Generating an XML file from one or more XDC files. | [XDCMake reference]XDCmake-reference.md) |
31+
| Generating an XML file from one or more XDC files. | [XDCMake reference](xdcmake-reference.md) |
3232
| Links to information about XML as it relates to Visual Studio feature areas | [XML in Visual Studio](/visualstudio/xml-tools/xml-tools-in-visual-studio) |
3333

3434
If you need to put XML special characters in the text of a documentation comment, you must use XML entities or a CDATA section.

0 commit comments

Comments
 (0)