Skip to content

Commit 4c1e6d3

Browse files
author
Colin Robertson
committed
Remove broken links.
1 parent 31860b0 commit 4c1e6d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ Visual Studio uses *projects* to organize the code for an app, and *solutions* t
5353
// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file
5454
```
5555

56-
[I ran into a problem.](#create-your-app-project-issues)
57-
5856
## Verify that your new app builds and runs
5957

6058
The template for a new windows console application creates a simple C++ "Hello World" app. At this point, you can see how Visual Studio builds and runs the apps you create right from the IDE.
@@ -124,8 +122,6 @@ Now let's turn the code in this template into a calculator app.
124122

125123
1. Close the console window when you're done.
126124

127-
[I ran into a problem.](#edit-the-code-issues)
128-
129125
## Add code to do some math
130126

131127
It's time to add some math logic.

0 commit comments

Comments
 (0)