Skip to content

Commit f498ccc

Browse files
author
Colin Robertson
committed
Fix link issues.
1 parent c33bf40 commit f498ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/tutorial-console-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The usual starting point for a C++ programmer is a "Hello, world!" application t
1515

1616
## Prerequisites
1717

18-
- Have Visual Studio with the **Desktop development with C++** workload installed and running on your computer. If it's not installed yet, see [Install C++ support in Visual Studio](../../build/vscpp-step-0-installation.md).
18+
- Have Visual Studio with the **Desktop development with C++** workload installed and running on your computer. If it's not installed yet, see [Install C++ support in Visual Studio](../build/vscpp-step-0-installation.md).
1919

2020
## Create your app project
2121

@@ -385,7 +385,7 @@ The usual starting point for a C++ programmer is a "Hello, world!" application t
385385

386386
## Prerequisites
387387

388-
- Have Visual Studio with the **Desktop development with C++** workload installed and running on your computer. If it's not installed yet, see [Install C++ support in Visual Studio](../../build/vscpp-step-0-installation.md).
388+
- Have Visual Studio with the **Desktop development with C++** workload installed and running on your computer. If it's not installed yet, see [Install C++ support in Visual Studio](../build/vscpp-step-0-installation.md).
389389

390390
## Create your app project
391391

0 commit comments

Comments
 (0)