diff options
| author | raysan5 <[email protected]> | 2020-04-16 13:49:53 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-04-16 13:49:53 +0200 |
| commit | 9896827b2238df6bd05d498fe1a42c111b9a0401 (patch) | |
| tree | c42149c9f21368599dae895767f97641e3498c3c /games/loader.html | |
| parent | 5560657ca2e1f9b89d0420262eebb46037b99b05 (diff) | |
| download | raylib.com-9896827b2238df6bd05d498fe1a42c111b9a0401.tar.gz raylib.com-9896827b2238df6bd05d498fe1a42c111b9a0401.zip | |
Review games links to new repo raylib-games
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 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 |
