From: Josh Soref Date: Fri, 24 Nov 2023 03:35:12 +0000 (+0000) Subject: doc: update links to current pages X-Git-Tag: v2.47.1~13^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7539e569efb401a6301245bad48aedd47e8d405b;p=thirdparty%2Fgit.git doc: update links to current pages It's somewhat traditional to respect sites' self-identification. Signed-off-by: Josh Soref Signed-off-by: Junio C Hamano Cherry-picked-from: 65175d9ea26bebeb9d69977d0e75efc0e88dbced Signed-off-by: Johannes Sixt --- diff --git a/gitk b/gitk index df3ba2ea99..dd80ab8f3b 100755 --- a/gitk +++ b/gitk @@ -12472,7 +12472,7 @@ if {[tk windowingsystem] eq "aqua"} { catch { # 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 ""} { # XDG_CONFIG_HOME environment variable is set set config_file [file join $env(XDG_CONFIG_HOME) git gitk]