]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: update links to current pages
authorJosh Soref <jsoref@gmail.com>
Fri, 24 Nov 2023 03:35:12 +0000 (03:35 +0000)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 24 Nov 2024 12:43:45 +0000 (13:43 +0100)
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: 65175d9ea26bebeb9d69977d0e75efc0e88dbced
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk

diff --git a/gitk b/gitk
index df3ba2ea99b310c3cdcd5c7a8938eef498b3e92e..dd80ab8f3bab4aedadc262c0f792ceccea875860 100755 (executable)
--- 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]