From 08be9a2d0195264fef214bddea40590316e1f80c Mon Sep 17 00:00:00 2001 From: mhemmit <64652063+mhemmit@users.noreply.github.com> Date: Sat, 15 Aug 2020 20:00:14 -0400 Subject: [PATCH] line break in see also --- docs/build/reference/creating-a-makefile-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/reference/creating-a-makefile-project.md b/docs/build/reference/creating-a-makefile-project.md index 2b367514fcf..133adcbda0b 100644 --- a/docs/build/reference/creating-a-makefile-project.md +++ b/docs/build/reference/creating-a-makefile-project.md @@ -98,6 +98,6 @@ The next time you open your makefile project in the Visual Studio development en [Using IntelliSense](/visualstudio/ide/using-intellisense)
[NMAKE Reference](nmake-reference.md)
-[How to: Create a C++ Project from Existing Code](../how-to-create-a-cpp-project-from-existing-code.md) +[How to: Create a C++ Project from Existing Code](../how-to-create-a-cpp-project-from-existing-code.md)
[Special Characters in a Makefile](special-characters-in-a-makefile.md)
[Contents of a Makefile](contents-of-a-makefile.md)