mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
updated repo link in admin
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user