mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Update msmhq links
This commit is contained in:
parent
e93152bd45
commit
52914d9f6f
@ -1,8 +1,8 @@
|
||||
$(function() {
|
||||
var milestonesUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/milestones?callback=?",
|
||||
tagsUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/tags?callback=?"
|
||||
stargazersUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/stargazers?per_page=100&callback=?",
|
||||
contributorsUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/contributors?per_page=100&callback=?";
|
||||
var milestonesUrl = "https://api.github.com/repos/msmhq/msm/milestones?callback=?",
|
||||
tagsUrl = "https://api.github.com/repos/msmhq/msm/tags?callback=?"
|
||||
stargazersUrl = "https://api.github.com/repos/msmhq/msm/stargazers?per_page=100&callback=?",
|
||||
contributorsUrl = "https://api.github.com/repos/msmhq/msm/contributors?per_page=100&callback=?";
|
||||
|
||||
var maintainers = [
|
||||
"marcuswhybrow",
|
||||
@ -113,7 +113,7 @@ $(function() {
|
||||
|
||||
var $div = $("<div>").addClass("milestone");
|
||||
var $link = $("<a>")
|
||||
.attr("href", "https://github.com/marcuswhybrow/minecraft-server-manager/issues?state=open&milestone=" + milestone.number)
|
||||
.attr("href", "https://github.com/msmhq/msm/issues?state=open&milestone=" + milestone.number)
|
||||
.addClass("ga-track")
|
||||
.appendTo($div);
|
||||
$("<h2>").text(milestone.title).appendTo($link);
|
||||
|
Loading…
Reference in New Issue
Block a user