diff options
Diffstat (limited to 'games/loader.html')
| -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 |
