aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2016-02-22 22:24:52 +0100
committerRay <raysan5@gmail.com>2016-02-22 22:24:52 +0100
commita8f02131e850d64f443f8f6fa11c52101eef99a8 (patch)
tree63c417d400f47e0fcc96ef8f10dda8869abc9033
parent33d490286d4be508fb9646416bcc3d37e9308b7e (diff)
downloadraylib-a8f02131e850d64f443f8f6fa11c52101eef99a8.tar.gz
raylib-a8f02131e850d64f443f8f6fa11c52101eef99a8.zip
Updated code link
-rw-r--r--games/sample_main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/sample_main.html b/games/sample_main.html
index d6ad6f95..6b8478f9 100644
--- a/games/sample_main.html
+++ b/games/sample_main.html
@@ -60,7 +60,7 @@
document.title = "raylib - " + name.replace('_', ' ');
- var codeUrl = 'https://github.com/raysan5/raylib/blob/develop/games/samples/' + name.substring(7) + '.c';
+ var codeUrl = 'https://github.com/raysan5/raylib/blob/develop/games/' + name.substring(7) + '.c';
var imageUrl = 'img/' + name + '.png';
// #sampledata filling code: canvas sample and image