diff options
| author | Ray <[email protected]> | 2021-08-22 00:49:43 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-08-22 00:49:43 +0200 |
| commit | dcd9d9f643a1e7195929a0e2ef633bb47e69422f (patch) | |
| tree | 5d1149dfda66b10e3448958788876913b61c9bb5 /games | |
| parent | b54475e48a9cb82c3ad8e5e160a4c7948078c511 (diff) | |
| download | raylib.com-dcd9d9f643a1e7195929a0e2ef633bb47e69422f.tar.gz raylib.com-dcd9d9f643a1e7195929a0e2ef633bb47e69422f.zip | |
Reviewed classic games link #25
Diffstat (limited to 'games')
| -rw-r--r-- | games/loader.html | 2 |
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 |
