Skip to content

Commit 6183216

Browse files
author
Erik van Bilsen
committed
Test
1 parent 808be49 commit 6183216

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation/1.GettingStarted/1.0a.OpenGL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ You now learned a bit about OpenGL as a specification and a library, how OpenGL
117117
* [OpenGL registry](https://www.opengl.org/registry/): hosts the OpenGL specifications and extensions for all OpenGL versions.
118118
* [OpenGL ES registry](https://www.khronos.org/registry/gles/): hosts the OpenGL ES specifications and extensions for all OpenGL ES versions.
119119

120-
:arrow_left: [Learn OpenGL(ES) with Delphi](../../README.md) | [Contents](/README.md#Contents) | [Creating an OpenGL App](1.0b.CreateApp.md) :arrow_right:
120+
:arrow_left: [Learn OpenGL(ES) with Delphi](/README.md) | [Contents](/README.md#Contents) | [Creating an OpenGL App](1.0b.CreateApp.md) :arrow_right:
121121
--- | --- | ---
122122

Documentation/1.GettingStarted/1.0b.CreateApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ TBD
120120
TBD
121121

122122

123-
:arrow_left: [OpenGL (ES)](1.0a.OpenGL.md) | [Contents](../../README.md#Contents) | [1.1 Hello Window](1.1.HelloWindow.md) :arrow_right:
123+
:arrow_left: [OpenGL (ES)](1.0a.OpenGL.md) | [Contents](/README.md#Contents) | [1.1 Hello Window](1.1.HelloWindow.md) :arrow_right:
124124
--- | --- | ---
125125

Documentation/1.GettingStarted/1.1.HelloWindow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 1.1 Hellow Window
1+
# 1.1 Hello Window
22

3-
> :link: Link
3+
> :link: [Source Code](/Tutorials/1.GettingStarted/1.HelloWindow)
44
55
:arrow_left: [Creating an OpenGL App](1.0b.CreateApp.md) | [Contents](../../README.md#Contents) | [1.2 Hello Triangle](1.2.HelloTriangle.md) :arrow_right:
66
--- | --- | ---

Documentation/CheatSheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
// This box contains code
1313
```
1414

15-
:arrow_left: [Learn OpenGL(ES) with Delphi](../../README.md) | [Contents](../../README.md#Contents) | [Creating an OpenGL App](1.0b.CreateApp.md) :arrow_right:
15+
:arrow_left: [Learn OpenGL(ES) with Delphi](/README.md) | [Contents](/README.md#Contents) | [Creating an OpenGL App](1.0b.CreateApp.md) :arrow_right:
1616
--- | --- | ---

0 commit comments

Comments
 (0)