diff --git a/README.txt b/README.txt index 08fed1c18..8a8a15c0e 100644 --- a/README.txt +++ b/README.txt @@ -15,7 +15,7 @@ This file contains BASIC DOCUMENTATION ONLY. The COMPLETE DOCUMENTATION is at: - http://sitaramc.github.com/gitolite/master-toc.html + http://gitolite.com/gitolite/master-toc.html Please go there for what/why/how, concepts, background, troubleshooting, more details on what is covered here, or advanced features not covered here. diff --git a/check-g2-compat b/check-g2-compat index 72c32fa5c..508c6fd2e 100755 --- a/check-g2-compat +++ b/check-g2-compat @@ -40,7 +40,7 @@ sub intro { msg( '', '' ); msg( INFO => "'see docs' usually means the pre-migration checklist in" ); msg( '', => "'g2migr.html'; to get there, start from the main migration" ); - msg( '', => "page at http://sitaramc.github.com/gitolite/install.html#migr" ); + msg( '', => "page at http://gitolite.com/gitolite/migr.html" ); msg( '', '' ); } diff --git a/src/commands/sshkeys-lint b/src/commands/sshkeys-lint index 56ce70088..3b2689db4 100755 --- a/src/commands/sshkeys-lint +++ b/src/commands/sshkeys-lint @@ -60,7 +60,7 @@ if ($admin) { die "\t\t*** FATAL ***\n" . "$admin.pub maps to $fpu, not $admin.\n" . "You will not be able to access gitolite with this key.\n" . - "Look for the 'ssh troubleshooting' link in http://sitaramc.github.com/gitolite/.\n" + "Look for the 'ssh troubleshooting' link in http://gitolite.com/gitolite/ssh.html.\n" if $fpu ne "user $admin"; #>>> } diff --git a/src/commands/sskm b/src/commands/sskm index d46581677..fd6023377 100755 --- a/src/commands/sskm +++ b/src/commands/sskm @@ -8,7 +8,7 @@ use Gitolite::Common; =for usage Usage for this command is not that simple. Please read the full documentation -in doc/sskm.mkd or online at http://sitaramc.github.com/gitolite/sskm.html. +in doc/sskm.mkd or online at http://gitolite.com/gitolite/sskm.html. =cut usage() if @ARGV and $ARGV[0] eq '-h'; diff --git a/src/lib/Gitolite/Rc.pm b/src/lib/Gitolite/Rc.pm index 9c2ae5bb5..056f2a08e 100644 --- a/src/lib/Gitolite/Rc.pm +++ b/src/lib/Gitolite/Rc.pm @@ -66,7 +66,7 @@ if (-r $rc and -s $rc) { } if ( defined($GL_ADMINDIR) ) { say2 ""; - say2 "FATAL: '$rc' seems to be for older gitolite; please see doc/g2migr.mkd\n" . "(online at http://sitaramc.github.com/gitolite/g2migr.html)"; + say2 "FATAL: '$rc' seems to be for older gitolite; please see doc/g2migr.mkd\n" . "(online at http://gitolite.com/gitolite/g2migr.html)"; exit 1; } diff --git a/t/README b/t/README index 6a98e27fc..505326000 100644 --- a/t/README +++ b/t/README @@ -9,5 +9,5 @@ On such a userid, clone gitolite then run this command in the clone: GITOLITE_TEST=y prove -http://sitaramc.github.com/gitolite/testing.html has more details. It will +http://gitolite.com/gitolite/testing.html has more details. It will also help you try out gitolite if you want to go beyond just the test suite.