Skip to content

Commit d2a2913

Browse files
author
Colin Robertson
authored
Fix typo in link to MSBuild overview
Fix typo in link to MSBuild overview per issue #54
1 parent af2a881 commit d2a2913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/msbuild-visual-cpp-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ MSBuild is the standard build system for Visual C++ projects. When you build a p
4040

4141
Read the following documents about MSBuild.
4242

43-
- [MSBuild](/visualstudio/msbuild/msbuild1)
43+
- [MSBuild](/visualstudio/msbuild/msbuild)
4444
Overview of MSBuild concepts.
4545

4646
- [MSBuild Reference](/visualstudio/msbuild/msbuild-reference)
@@ -154,4 +154,4 @@ The following table lists several useful user-oriented targets.
154154

155155
## See Also
156156

157-
[MSBuild (Visual C++)](../build/msbuild-visual-cpp.md)
157+
[MSBuild (Visual C++)](../build/msbuild-visual-cpp.md)

0 commit comments

Comments
 (0)