Skip to content

Commit 79fb770

Browse files
committed
fixed link swap issue
1 parent f79d28d commit 79fb770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/install-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Another way that you can change the default language is by running the installer
122122
2. Click **File**, and then click **New Project**.
123123

124124
3. Select a project type. <br><br>
125-
For example, to [build a C++ app](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md), click **Installed**, expand **Visual C++**, and then select the C++ project type that you want to build. <br><br>
126-
To [build a C# app](../ide/getting-started-with-cpp-in-visual-studio.md), click **Installed**, expand **Visual C#**, and then select the C# project type that you want to build.
125+
For example, to [build a C++ app](../ide/getting-started-with-cpp-in-visual-studio.md), click **Installed**, expand **Visual C++**, and then select the C++ project type that you want to build. <br><br>
126+
To [build a C# app](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md), click **Installed**, expand **Visual C#**, and then select the C# project type that you want to build.
127127

128128
## Get support
129129

0 commit comments

Comments
 (0)