doc: update links to current pages

It's somewhat traditional to respect sites' self-identification.

Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Cherry-picked-from: 65175d9ea2
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
This commit is contained in:
Josh Soref
2023-11-24 03:35:12 +00:00
committed by Johannes Sixt
parent 7dd272eca1
commit 7539e569ef

2
gitk
View File

@ -12472,7 +12472,7 @@ if {[tk windowingsystem] eq "aqua"} {
catch { catch {
# follow the XDG base directory specification by default. See # follow the XDG base directory specification by default. See
# http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html # https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
if {[info exists env(XDG_CONFIG_HOME)] && $env(XDG_CONFIG_HOME) ne ""} { if {[info exists env(XDG_CONFIG_HOME)] && $env(XDG_CONFIG_HOME) ne ""} {
# XDG_CONFIG_HOME environment variable is set # XDG_CONFIG_HOME environment variable is set
set config_file [file join $env(XDG_CONFIG_HOME) git gitk] set config_file [file join $env(XDG_CONFIG_HOME) git gitk]