summaryrefslogtreecommitdiffhomepage
path: root/games
diff options
context:
space:
mode:
authorRay <[email protected]>2021-08-22 00:49:43 +0200
committerRay <[email protected]>2021-08-22 00:49:43 +0200
commitdcd9d9f643a1e7195929a0e2ef633bb47e69422f (patch)
tree5d1149dfda66b10e3448958788876913b61c9bb5 /games
parentb54475e48a9cb82c3ad8e5e160a4c7948078c511 (diff)
downloadraylib.com-dcd9d9f643a1e7195929a0e2ef633bb47e69422f.tar.gz
raylib.com-dcd9d9f643a1e7195929a0e2ef633bb47e69422f.zip
Reviewed classic games link #25
Diffstat (limited to 'games')
-rw-r--r--games/loader.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/loader.html b/games/loader.html
index b54d6cb..85e5a2d 100644
--- a/games/loader.html
+++ b/games/loader.html
@@ -66,7 +66,7 @@
document.title = "raylib - " + name.replace('_', ' ');
- var codeUrl = 'https://github.com/raysan5/raylib-games/blob/master/classics/' + name.substring(7) + '.c';
+ var codeUrl = 'https://github.com/raysan5/raylib-games/blob/master/classics/src/' + name.substring(7) + '.c';
var imageUrl = 'img/' + name + '.png';
// #sampledata filling code: canvas sample and image