From: Jean Privat Date: Fri, 21 Aug 2015 21:54:41 +0000 (-0400) Subject: various lib and contrib doc: points to new github repo X-Git-Tag: v0.7.8~75^2 X-Git-Url: http://nitlanguage.org various lib and contrib doc: points to new github repo Signed-off-by: Jean Privat --- diff --git a/contrib/online_ide/www/js/functions.js b/contrib/online_ide/www/js/functions.js index 816f70d..688da9b 100644 --- a/contrib/online_ide/www/js/functions.js +++ b/contrib/online_ide/www/js/functions.js @@ -50,11 +50,11 @@ function load_nit_lib() { if (!lib_files_loaded) { // We get the 'nit' folder content on github. - $.get("https://api.github.com/repos/privat/nit/contents/?access_token=" + github_acces_token, function(data) { + $.get("https://api.github.com/repos/nitlang/nit/contents/?access_token=" + github_acces_token, function(data) { for (var i = 0; i < data.length; i++) { if (data[i].name == "lib") { // We get the list of all files in the 'lib' folder. - $.get("https://api.github.com/repos/privat/nit/git/trees/" + data[i].sha + "?recursive=1&access_token=" + github_acces_token, function(data) { + $.get("https://api.github.com/repos/nitlang/nit/git/trees/" + data[i].sha + "?recursive=1&access_token=" + github_acces_token, function(data) { for (var i = 0; i < data.tree.length; i++) { if (data.tree[i].type == "blob") { lib_files_number++; diff --git a/contrib/opportunity/README.md b/contrib/opportunity/README.md index 32eb786..a328f69 100644 --- a/contrib/opportunity/README.md +++ b/contrib/opportunity/README.md @@ -1,6 +1,6 @@ Opportunity is a web-application written in Nit to plan meetups with people in real-life (or on the internet, why not !). -It runs on Nit's official web server: Nitcorn, available along with the compiler for the language on Github . +It runs on Nit's official web server: Nitcorn, available along with the compiler for the language on Github . # Compile and execute diff --git a/contrib/pep8analysis/www/index.html b/contrib/pep8analysis/www/index.html index 03a90a6..6f7598a 100644 --- a/contrib/pep8analysis/www/index.html +++ b/contrib/pep8analysis/www/index.html @@ -141,7 +141,7 @@ diff --git a/contrib/tnitter/src/action.nit b/contrib/tnitter/src/action.nit index d054b49..d95cfe3 100644 --- a/contrib/tnitter/src/action.nit +++ b/contrib/tnitter/src/action.nit @@ -53,7 +53,7 @@ class Tnitter