diff options
author | 2023-07-14 07:40:48 +0530 | |
---|---|---|
committer | 2023-07-14 07:40:48 +0530 | |
commit | e6c19ba1853b4a24930da4e2c7e4129cb4180625 (patch) | |
tree | a0be8fb4dcd1972cc770e24913cda18428cd1649 /src/commands | |
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')
-rwxr-xr-x | src/commands/option | 2 | ||||
-rwxr-xr-x | src/commands/sskm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/option b/src/commands/option index de49aab..208627e 100755 --- a/src/commands/option +++ b/src/commands/option @@ -31,7 +31,7 @@ # gitolite "options" # http://gitolite.com/gitolite/options.html # the "include" statement -# http://gitolite.com/gitolite/conf.html#include +# http://gitolite.com/gitolite/conf.html#include-files # setup: # 1. Enable the command by adding it to the ENABLE list in the rc file. 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'; |