summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2023-11-24 03:35:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-11-26 01:07:05 (GMT)
commit28a0c65f5db0ca5124b405f99f4edf9322dbc7d3 (patch)
treee563f928199bb6ae9f51a8e51d9f1e9c4e8f4419 /gitweb/gitweb.perl
parentd05b08cd52cfda627f1d865bdfe6040a2c9521b5 (diff)
downloadgit-28a0c65f5db0ca5124b405f99f4edf9322dbc7d3.zip
git-28a0c65f5db0ca5124b405f99f4edf9322dbc7d3.tar.gz
git-28a0c65f5db0ca5124b405f99f4edf9322dbc7d3.tar.bz2
doc: update links for andre-simon.de
Beyond the fact that it's somewhat traditional to respect sites' self-identification, it's helpful for links to point to the things that people expect them to reference. Here that means linking to specific pages instead of a domain. Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/gitweb.perl')
-rwxr-xr-xgitweb/gitweb.perl4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index d234686..b665941 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -197,7 +197,7 @@ our @diff_opts = ('-M'); # taken from git_commit
our $prevent_xss = 0;
# Path to the highlight executable to use (must be the one from
-# http://www.andre-simon.de due to assumptions about parameters and output).
+# http://andre-simon.de/zip/download.php due to assumptions about parameters and output).
# Useful if highlight is not installed on your webserver's PATH.
# [Default: highlight]
our $highlight_bin = "++HIGHLIGHT_BIN++";
@@ -269,7 +269,7 @@ our %avatar_size = (
# Leave it undefined (or set to 'undef') to turn off load checking.
our $maxload = 300;
-# configuration for 'highlight' (http://www.andre-simon.de/)
+# configuration for 'highlight' (http://andre-simon.de/doku/highlight/en/highlight.php)
# match by basename
our %highlight_basename = (
#'Program' => 'py',