diff options
| author | raysan5 <[email protected]> | 2018-04-01 23:25:23 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2018-04-01 23:25:23 +0200 |
| commit | 1ba82e8f833948bfb0079abb29ac2282ca04a4e7 (patch) | |
| tree | 8ce6d35d9c9c99fdc715bf54acdfb1661cbccae5 /games | |
| parent | df1549ec2e5b9ef096c72b8598ca08b022355e2f (diff) | |
| download | raylib.com-1ba82e8f833948bfb0079abb29ac2282ca04a4e7.tar.gz raylib.com-1ba82e8f833948bfb0079abb29ac2282ca04a4e7.zip | |
Added discord icon
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 27cfd4b..6523ea3 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/develop/games/' + name.substring(7) + '.c'; + var codeUrl = 'https://github.com/raysan5/raylib/blob/master/games/' + name.substring(7) + '.c'; var imageUrl = 'img/' + name + '.png'; // #sampledata filling code: canvas sample and image |
