diff options
Diffstat (limited to 'contrib/commands')
-rwxr-xr-x | contrib/commands/ukm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/commands/ukm b/contrib/commands/ukm index 4bb4f3e..8482538 100755 --- a/contrib/commands/ukm +++ b/contrib/commands/ukm @@ -10,8 +10,8 @@ use Gitolite::Easy; =for usage Usage for this command is not that simple. Please read the full documentation in -https://github.com/sitaramc/gitolite-doc/blob/master/contrib/ukm.mkd -or online at http://gitolite.com/gitolite/ukm.html. +https://github.com/sitaramc/gitolite-doc/blob/master/docs/contrib/ukm.mkd +or online at http://gitolite.com/gitolite/contrib/ukm.html. =cut usage() if @ARGV and $ARGV[0] eq '-h'; |