From 1ba82e8f833948bfb0079abb29ac2282ca04a4e7 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 1 Apr 2018 23:25:23 +0200 Subject: Added discord icon --- games/loader.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') 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 -- cgit v1.2.3