From 917bf83256fd6cdb243fe507bcb66bb43dfa70a0 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Fri, 21 Aug 2015 17:50:53 -0400 Subject: [PATCH] Makefile: link generated doc with new github repo Signed-off-by: Jean Privat --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c217c35..1eb78c7 100644 --- a/Makefile +++ b/Makefile @@ -45,10 +45,10 @@ doc/stdlib/index.html: bin/nitdoc bin/nitls --custom-brand "Nitlanguage.org" \ --custom-overview-text "

Documentation for the standard library of Nit
Version $$(git describe)
Date: $$(git show --format="%cd" | head -1)

" \ --custom-footer-text "Nit standard library. Version $$(git describe)." \ - --github-upstream "privat:nit:master" \ + --github-upstream "nitlang:nit:master" \ --github-base-sha1 "$$(git rev-parse HEAD)" \ --github-gitdir "." \ - --source "https://github.com/privat/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" \ + --source "https://github.com/nitlang/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" \ --piwik-tracker "pratchett.info.uqam.ca/piwik/" \ --piwik-site-id "2" \ @@ -59,10 +59,10 @@ doc/nitc/index.html: bin/nitdoc bin/nitls --custom-brand "Nitlanguage.org" \ --custom-overview-text "

Documentation for the Nit tools
Version $$(git describe)
Date: $$(git show --format="%cd" | head -1)

" \ --custom-footer-text "Nit tools. Version $$(git describe)." \ - --github-upstream "privat:nit:master" \ + --github-upstream "nitlang:nit:master" \ --github-base-sha1 "$$(git rev-parse HEAD)" \ --github-gitdir "." \ - --source "https://github.com/privat/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" \ + --source "https://github.com/nitlang/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" \ --piwik-tracker "pratchett.info.uqam.ca/piwik/" \ --piwik-site-id "3" -- 1.7.9.5