Skip to content

Commit bd9c5f3

Browse files
authored
Fixed two dead links and adding .vscode folder to .gitignore (#143)
1 parent 51c4663 commit bd9c5f3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
!**/src/**/*.user
1010
*.userosscache
1111
*.sln.docstates
12+
.vscode
1213

1314
# User-specific files (MonoDevelop/Xamarin Studio)
1415
*.userprefs

docs/1-introduction/1-1-getting-started/1-1-3-hello-triangle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -732,4 +732,4 @@ You should now be able to run this and see your first triangle!
732732
733733
[Project on GitHub](https://github.com/GraphicsProgramming/learnd3d11/tree/main/src/Cpp/1-getting-started/1-1-3-HelloTriangle)
734734
735-
[Next chapter](../1-1-4-abstractions/)
735+
[Next chapter](../../1-2-debug/1-2-0-overview/)

docs/1-introduction/1-2-debug/1-2-5-laptop-gpus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ You can find more information [here for NVIDIA](http://developer.download.nvidia
2222

2323
Intel might have something similar, once they release their dedicated graphics cards for laptops.
2424

25-
[Next chapter](../1-3-models/1-3-0-overview.md)
25+
[Next chapter](../../1-3-basics/1-3-0-overview/)

0 commit comments

Comments
 (0)