From 1fb7c6499bc917e186a6cc6f7b447d5504428dba Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Fri, 21 Aug 2015 17:54:41 -0400 Subject: [PATCH] various lib and contrib doc: points to new github repo Signed-off-by: Jean Privat --- contrib/online_ide/www/js/functions.js | 4 ++-- contrib/opportunity/README.md | 2 +- contrib/pep8analysis/www/index.html | 2 +- contrib/tnitter/src/action.nit | 2 +- examples/emscripten/fibonacci/www/index.html | 4 ++-- lib/graphs/digraph.nit | 2 +- share/man/nitdoc.md | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) 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