Skip to content

Commit

Permalink
FIX/index.html: fix links to 3d examples
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoschmidt committed Aug 3, 2023
1 parent 999435d commit 495895b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<body>
<a href="./2d-simple/index.html">2D / Simple</a>
<a href="./2d-marching-squares/index.html">2D / Marching Squares</a>
<a href="./forward-rendering.basic/index.html">
<a href="./3d-forward-rendering-basic/index.html">
3D / Forward Rendering [Basic]
</a>
<a href="./forward-rendering.advanced/index.html">
<a href="./3d-forward-rendering-advanced/index.html">
3D / Forward Rendering [Advanced], 5 x 5 PBR Materials
</a>
</body>
Expand Down

0 comments on commit 495895b

Please sign in to comment.