diff options
author | Sitaram Chamarty <sitaramc@gmail.com> | 2023-07-14 07:40:48 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaramc@gmail.com> | 2023-07-14 07:40:48 +0530 |
commit | e6c19ba1853b4a24930da4e2c7e4129cb4180625 (patch) | |
tree | a0be8fb4dcd1972cc770e24913cda18428cd1649 /src/commands/sskm | |
parent | simple fix to a problem created by cf423a6a... (diff) | |
download | gitolite-gentoo-e6c19ba1853b4a24930da4e2c7e4129cb4180625.tar.gz gitolite-gentoo-e6c19ba1853b4a24930da4e2c7e4129cb4180625.tar.bz2 gitolite-gentoo-e6c19ba1853b4a24930da4e2c7e4129cb4180625.zip |
fixed up several broken URLs (minor but annoying)
Diffstat (limited to 'src/commands/sskm')
-rwxr-xr-x | src/commands/sskm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/sskm b/src/commands/sskm index eb51f69..435e15a 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://gitolite.com/gitolite/sskm.html. +in doc/sskm.mkd or online at http://gitolite.com/gitolite/contrib/sskm.html. =cut usage() if @ARGV and $ARGV[0] eq '-h'; |