From 1d100b458f9121db2625dbc657560c049aa8dab0 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Fri, 21 Aug 2015 17:52:17 -0400 Subject: [PATCH] nitrpg: use new github repo Signed-off-by: Jean Privat --- contrib/nitrpg/README.md | 2 +- contrib/nitrpg/nitrpg.user.js | 6 +++--- contrib/nitrpg/src/game.nit | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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. -- 1.7.9.5