Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 948ff26

Browse files
committed
Use better URL for OpenGL tutorial (fixes #34 again)
1 parent b0320c7 commit 948ff26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

00_Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tutorial:
3838

3939
This tutorial will not assume knowledge of OpenGL or Direct3D concepts, but it
4040
does require you to know the basics of 3D computer graphics. It will not explain
41-
the math behind perspective projection, for example. See [this online book](http://opengl.datenwolf.net/gltut/html/index.html)
41+
the math behind perspective projection, for example. See [this online book](https://paroj.github.io/gltut/)
4242
for a great introduction of computer graphics concepts.
4343

4444
You can use C instead of C++ if you want, but you will have to use a different

0 commit comments

Comments
 (0)