From 909894cb5039f94cc4685bba6900483d7cd294c5 Mon Sep 17 00:00:00 2001 From: Michael Townsend Date: Thu, 16 Apr 2015 10:17:59 -0400 Subject: [PATCH] Update engine.js --- script/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/engine.js b/script/engine.js index 145fdc3..1766704 100644 --- a/script/engine.js +++ b/script/engine.js @@ -188,7 +188,7 @@ $('') .addClass('menuBtn') .text(_('github.')) - .click(function() { window.open('https://github.com/Continuities/adarkroom'); }) + .click(function() { window.open('https://github.com/doublespeakgames/adarkroom'); }) .appendTo(menu); // Register keypress handlers