From a8f02131e850d64f443f8f6fa11c52101eef99a8 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 22 Feb 2016 22:24:52 +0100 Subject: Updated code link --- games/sample_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3