From 69ac63ed4e5169be7bf251beaa86c9eca0844c4c Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 1 Jun 2014 11:57:44 -0400 Subject: [PATCH] updated repo link in admin --- public/src/forum/admin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/forum/admin/index.js b/public/src/forum/admin/index.js index 4126e99171..2dfcc720c7 100644 --- a/public/src/forum/admin/index.js +++ b/public/src/forum/admin/index.js @@ -20,7 +20,7 @@ define('forum/admin/index', function() { }); }); - $.get('https://api.github.com/repos/designcreateplay/NodeBB/tags', function(releases) { + $.get('https://api.github.com/repos/NodeBB/NodeBB/tags', function(releases) { var version = $('#version').html(), latestVersion = releases[0].name.slice(1), checkEl = $('.version-check');