Skip to content

Commit f11b261

Browse files
author
Colin Robertson
committed
Fix link typo
1 parent 4158e74 commit f11b261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/reference/vcxproj-file-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you choose to manually edit a *`.vcxproj`* file, be aware of these facts:
2121
<ClCompile Include="*.cpp"/>
2222
```
2323

24-
For more information on wildcard support in projects, see [`.vcxproj` files and wildcards](vcxproj-files-and-wildcards).
24+
For more information on wildcard support in projects, see [`.vcxproj` files and wildcards](vcxproj-files-and-wildcards.md).
2525

2626
1. The Visual Studio C++ project system currently doesn't support macros in project item paths. For example, this form isn't supported:
2727

0 commit comments

Comments
 (0)