diff options
| -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 dc81aae..0a4a958 100644 --- a/games/loader.html +++ b/games/loader.html @@ -60,7 +60,7 @@ document.title = "raylib - " + name.replace('_', ' '); - var codeUrl = 'https://github.com/raysan5/raylib/blob/master/games/' + name.substring(7) + '.c'; + var codeUrl = 'https://github.com/raysan5/raylib-games/blob/master/classics/' + name.substring(7) + '.c'; var imageUrl = 'img/' + name + '.png'; // #sampledata filling code: canvas sample and image |
