diff options
| author | Josh Soref <jsoref@gmail.com> | 2023-11-24 03:35:12 +0000 |
|---|---|---|
| committer | Johannes Sixt <j6t@kdbg.org> | 2024-05-05 16:49:00 +0200 |
| commit | f282df1ef871710ce24dc6508b07071a86ada089 (patch) | |
| tree | f1617c02478b46dbf1d206d9c36670329439ecfd | |
| parent | f9a3e704ab9201a78f3d2c295c71ba5268fe2114 (diff) | |
| download | git-f282df1ef871710ce24dc6508b07071a86ada089.tar.gz | |
doc: update links to current pages
It's somewhat traditional to respect sites' self-identification.
[j6t: cherry-picked from 65175d9ea26b]
Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
| -rwxr-xr-x | git-gui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui.sh b/git-gui.sh index 3e5907a460..2cbeaa483b 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -2367,7 +2367,7 @@ proc do_quit {{rc {1}}} { set ret_code $rc # Briefly enable send again, working around Tk bug - # http://sourceforge.net/tracker/?func=detail&atid=112997&aid=1821174&group_id=12997 + # https://sourceforge.net/p/tktoolkit/bugs/2343/ tk appname [appname] destroy . |
