Skip to content

Commit

Permalink
(minor) change urls to fit new domain gitolite.com
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaramc committed Feb 27, 2013
1 parent bc041ea commit 0458bdf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion check-g2-compat
Original file line number Diff line number Diff line change
Expand Up @@ -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( '', '' );
}

Expand Down
2 changes: 1 addition & 1 deletion src/commands/sshkeys-lint
Original file line number Diff line number Diff line change
Expand Up @@ -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";
#>>>
}
Expand Down
2 changes: 1 addition & 1 deletion src/commands/sskm
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Gitolite/Rc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion t/README
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0458bdf

Please sign in to comment.