X-Git-Url: http://nitlanguage.org 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\ \
  • ';