aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/commands/ukm4
-rwxr-xr-xcontrib/hooks/repo-specific/save-push-signatures6
-rw-r--r--contrib/lib/Gitolite/Triggers/RedmineUserAlias.pm2
-rwxr-xr-xcontrib/triggers/IP-check4
-rwxr-xr-xcontrib/utils/ad_groups.sh2
-rwxr-xr-xcontrib/utils/ldap_groups.sh2
6 files changed, 10 insertions, 10 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';
diff --git a/contrib/hooks/repo-specific/save-push-signatures b/contrib/hooks/repo-specific/save-push-signatures
index b541a68..664f5aa 100755
--- a/contrib/hooks/repo-specific/save-push-signatures
+++ b/contrib/hooks/repo-specific/save-push-signatures
@@ -25,10 +25,10 @@
# Relevant gitolite doc links:
# repo-specific environment variables
-# http://gitolite.com/gitolite/dev-notes.html#rsev
+# http://gitolite.com/gitolite/dev-notes.html#appendix-1-repo-specific-environment-variables
# repo-specific hooks
-# http://gitolite.com/gitolite/non-core.html#rsh
-# http://gitolite.com/gitolite/cookbook.html#v3.6-variation-repo-specific-hooks
+# http://gitolite.com/gitolite/non-core.html#repo-specific-hooks
+# http://gitolite.com/gitolite/cookbook.html#v36-variation-repo-specific-hooks
# Environment:
# GIT_PUSH_CERT_NONCE_STATUS should be "OK" (as mentioned above)
diff --git a/contrib/lib/Gitolite/Triggers/RedmineUserAlias.pm b/contrib/lib/Gitolite/Triggers/RedmineUserAlias.pm
index 8fde513..ae5ce93 100644
--- a/contrib/lib/Gitolite/Triggers/RedmineUserAlias.pm
+++ b/contrib/lib/Gitolite/Triggers/RedmineUserAlias.pm
@@ -27,7 +27,7 @@ How:
* add this code as lib/Gitolite/Triggers/RedmineUserAlias.pm to your
site-local code directory; see this link for how:
- http://gitolite.com/gitolite/non-core.html#ncloc
+ http://gitolite.com/gitolite/non-core.html#locations
* add the following to the rc file, just before the ENABLE section (don't
forget the trailing comma):
diff --git a/contrib/triggers/IP-check b/contrib/triggers/IP-check
index 9a4fda1..a1a7985 100755
--- a/contrib/triggers/IP-check
+++ b/contrib/triggers/IP-check
@@ -8,12 +8,12 @@
# Notice how repo-specific information is being passed to this code (bullet 3
# below). For more on that, see:
-# https://gitolite.com/gitolite/dev-notes/#appendix-1-repo-specific-environment-variables
+# https://gitolite.com/gitolite/dev-notes#appendix-1-repo-specific-environment-variables
# Instructions:
# 1. put this in an appropriate triggers directory (read about non-core
-# code at http://gitolite.com/gitolite/non-core/ for more on this; the
+# code at http://gitolite.com/gitolite/non-core for more on this; the
# cookbook may also help here).
# 2. add a line:
diff --git a/contrib/utils/ad_groups.sh b/contrib/utils/ad_groups.sh
index cc86692..1ebf058 100755
--- a/contrib/utils/ad_groups.sh
+++ b/contrib/utils/ad_groups.sh
@@ -6,7 +6,7 @@
# Given a username,
# Provides a space-separated list of groups that the user is a member of.
#
-# see http://gitolite.com/gitolite/conf.html#ldap
+# see http://gitolite.com/gitolite/conf.html#getting-user-group-info-from-ldap
# GROUPLIST_PGM => /path/to/ldap_groups.sh
# Be sure to add your domain CA to the trusted certificates in /etc/openldap/ldap.conf using the TLS_CACERT option or you'll get certificate validation errors
diff --git a/contrib/utils/ldap_groups.sh b/contrib/utils/ldap_groups.sh
index 01bf5ee..beec511 100755
--- a/contrib/utils/ldap_groups.sh
+++ b/contrib/utils/ldap_groups.sh
@@ -5,7 +5,7 @@
# Given a username,
# Provides a space-separated list of groups that the user is a member of.
#
-# see http://gitolite.com/gitolite/conf.html#ldap
+# see http://gitolite.com/gitolite/conf.html#getting-user-group-info-from-ldap
# GROUPLIST_PGM => /path/to/ldap_groups.sh
ldap_groups() {