Skip to content

Commit 1910228

Browse files
author
mikeblome
committed
more link fixes and misc changes
1 parent 7c295f7 commit 1910228

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/build/creating-and-managing-visual-cpp-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more information about all the default project templates that are included i
1919

2020
After you create a project, it appears in the [Solution Explorer](/visualstudio/ide/solutions-and-projects-in-visual-studio) window:
2121

22-
![Solution Explorer](media/mathlibrary-solution-explorer-153.png) "Visual Studio 2017 Solution Explorer")
22+
![Solution Explorer](media/mathlibrary-solution-explorer-153.png)
2323

2424
When you create a new project, a solution file (.sln) is also created. You can add additional projects to the solution by right-clicking on it in **Solution Explorer**. The solution file is used to coordinate build dependencies when you have multiple related projects but doesn't do much more than that. All the compiler options are set at the project level.
2525

@@ -41,7 +41,7 @@ To compile and run the new project, press **F5** or click the *debug dropdown* w
4141

4242
A new project compiles without errors. When adding your own code, you may occasionally introduce an error or trigger a warning. An error prevents the build from completing; a warning does not. All errors and warnings will appear both in the Output Window and in the Error List when you build the project.
4343

44-
![Output window and error list](../media/vs2017-output-error-list.png) "Visual Studio 2017 error List")
44+
![Output window and error list](../media/vs2017-output-error-list.png)
4545

4646
In the Error List, you can press **F1** on a highlighted error to go to its documentation topic.
4747

docs/ide-and-tools-for-visual-cpp-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Visual Studio includes static code analysis tools that can detect potential prob
9292

9393
You can deploy both traditional desktop applications and UWP apps to customers through the Microsoft Store. Deployment of the CRT is handled automatically behind the scenes. For more information, see [Publish Windows apps and games](/windows/uwp/publish/).
9494

95-
You can also deploy a native C++ desktop to another computer For more information, see [Deploying Desktop Applications](build/deploying-native-desktop-applications-visual-cpp.md).
95+
You can also deploy a native C++ desktop to another computer For more information, see [Deploying Desktop Applications](ide/deploying-native-desktop-applications-visual-cpp.md).
9696

9797
For more information about deploying a C++/CLI program, see [Deployment Guide for Developers](/dotnet/framework/deployment/deployment-guide-for-developers),
9898

docs/mfc/reference/creating-an-mfc-activex-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The easiest way to create an MFC ActiveX control is to use the [MFC ActiveX Cont
1616

1717
### To create an MFC ActiveX Control using the MFC ActiveX Control Wizard
1818

19-
1. Follow the instructions in the help topic [Create a C++ console app project](../get-started/tutorial-console-cpp.md).
19+
1. Follow the instructions in the help topic [Create a C++ console app project](../../get-started/tutorial-console-cpp.md).
2020

2121
1. In the **New Project** dialog box, select the **MFC ActiveX Control** icon in the Templates pane to open the MFC ActiveX Control Wizard.
2222

docs/mfc/reference/creating-an-mfc-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The MFC Application Wizard generates the appropriate classes and files for any o
2727

2828
### To create an MFC application using the MFC Application Wizard
2929

30-
1. Follow the instructions in the help topic [Create a C++ console app project](../get-started/tutorial-console-cpp.md).
30+
1. Follow the instructions in the help topic [Create a C++ console app project](../../get-started/tutorial-console-cpp.md).
3131

3232
1. In the **New Project** dialog box, select **MFC Application** in the Templates pane to open the wizard.
3333

docs/mfc/reference/creating-an-mfc-dll-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An MFC DLL is a binary file that acts as a shared library of functions that can
1414
1515
### To create an MFC DLL Project using the MFC DLL Wizard
1616

17-
1. Follow the instructions in the help topic [Create a C++ console app project](../get-started/tutorial-console-cpp.md).
17+
1. Follow the instructions in the help topic [Create a C++ console app project](../../get-started/tutorial-console-cpp.md).
1818

1919
**Note** In the **New Project** dialog box, select the `MFC DLL` icon in the Templates pane to open the MFC DLL Wizard.
2020

0 commit comments

Comments
 (0)