From: Jean Privat Date: Fri, 21 Aug 2015 21:52:17 +0000 (-0400) Subject: nitrpg: use new github repo X-Git-Tag: v0.7.8~75^2~2 X-Git-Url: http://nitlanguage.org nitrpg: use new github repo Signed-off-by: Jean Privat --- diff --git a/contrib/nitrpg/README.md b/contrib/nitrpg/README.md index c91c77e..a83264e 100644 --- a/contrib/nitrpg/README.md +++ b/contrib/nitrpg/README.md @@ -81,4 +81,4 @@ Incomming features contain (but are not limited to): * Shop: exchange Nitcoins against glorifying items You can suggest new achievements or ideas in the -[NitRPG RoadMap Issue](https://github.com/privat/nit/issues/1161). +[NitRPG RoadMap Issue](https://github.com/nitlang/nit/issues/1161). diff --git a/contrib/nitrpg/nitrpg.user.js b/contrib/nitrpg/nitrpg.user.js index 4440ea9..e372fc1 100644 --- a/contrib/nitrpg/nitrpg.user.js +++ b/contrib/nitrpg/nitrpg.user.js @@ -2,7 +2,7 @@ // @name Github.com - Add RPG tab // @namespace nitlanguage/github/rpg // @description Adds a "Github RPG" Tab at the end of the tabs. -// @include https://github.com/privat/nit* +// @include https://github.com/nitlang/nit* // @version 1 // @grant none // ==/UserScript== @@ -12,7 +12,7 @@ /* TODO: * Link to the player page (if logged and is a player) - * Link to other games (not just `privat/nit` but other) + * Link to other games (not just `nitlang/nit` but other) */ // The nav bar with tabs @@ -20,7 +20,7 @@ var nav = document.getElementsByClassName('repo-nav'); // The new tab var html = '
  • \ - \ + \ Github RPG\ \
  • '; diff --git a/contrib/nitrpg/src/game.nit b/contrib/nitrpg/src/game.nit index a8175a8..a109949 100644 --- a/contrib/nitrpg/src/game.nit +++ b/contrib/nitrpg/src/game.nit @@ -67,7 +67,7 @@ class Game # Returns the repo `full_name`. # - # Example: `"privat/nit"` + # Example: `"nitlang/nit"` redef fun key do return repo.full_name # We need a `GithubAPI` client to load Github data.