Skip to content

Commit 28a0c65

Browse files
jsorefgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d05b08c commit 28a0c65

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation/gitweb.conf.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ $mimetypes_file::
242242

243243
$highlight_bin::
244244
Path to the highlight executable to use (it must be the one from
245-
http://www.andre-simon.de[] due to assumptions about parameters and output).
245+
http://andre-simon.de/zip/download.php[] due to assumptions about parameters and output).
246246
By default set to 'highlight'; set it to full path to highlight
247247
executable if it is not installed on your web server's PATH.
248248
Note that 'highlight' feature must be set for gitweb to actually

gitweb/INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ You can specify the following configuration variables when building GIT:
203203
created. [Default: /etc/gitweb.conf]
204204
* HIGHLIGHT_BIN
205205
Path to the highlight executable to use (must be the one from
206-
http://www.andre-simon.de due to assumptions about parameters and output).
206+
http://andre-simon.de/zip/download.php due to assumptions about parameters and output).
207207
Useful if highlight is not installed on your webserver's PATH.
208208
[Default: highlight]
209209

gitweb/gitweb.perl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ sub evaluate_uri {
197197
our $prevent_xss = 0;
198198

199199
# Path to the highlight executable to use (must be the one from
200-
# http://www.andre-simon.de due to assumptions about parameters and output).
200+
# http://andre-simon.de/zip/download.php due to assumptions about parameters and output).
201201
# Useful if highlight is not installed on your webserver's PATH.
202202
# [Default: highlight]
203203
our $highlight_bin = "++HIGHLIGHT_BIN++";
@@ -269,7 +269,7 @@ sub evaluate_uri {
269269
# Leave it undefined (or set to 'undef') to turn off load checking.
270270
our $maxload = 300;
271271

272-
# configuration for 'highlight' (http://www.andre-simon.de/)
272+
# configuration for 'highlight' (http://andre-simon.de/doku/highlight/en/highlight.php)
273273
# match by basename
274274
our %highlight_basename = (
275275
#'Program' => 'py',

gitweb/static/gitweb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ div.remote {
667667
}
668668

669669

670-
/* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
670+
/* Style definition generated by highlight 2.4.5, http://andre-simon.de/doku/highlight/en/highlight.php */
671671

672672
/* Highlighting theme definition: */
673673

0 commit comments

Comments
 (0)