Skip to content

Commit 65175d9

Browse files
jsorefgitster
authored andcommitted
doc: update links to current pages
It's somewhat traditional to respect sites' self-identification. Signed-off-by: Josh Soref <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bcb6cae commit 65175d9

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ For Perl programs:
518518

519519
For Python scripts:
520520

521-
- We follow PEP-8 (http://www.python.org/dev/peps/pep-0008/).
521+
- We follow PEP-8 (https://peps.python.org/pep-0008/).
522522

523523
- As a minimum, we aim to be compatible with Python 2.7.
524524

Documentation/RelNotes/1.6.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To ease the transition plan, the receiving repository of such a
1010
push running this release will issue a big warning when the
1111
configuration variable is missing. Please refer to:
1212

13-
http://git.or.cz/gitwiki/GitFaq#non-bare
13+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
1414
https://lore.kernel.org/git/[email protected]/
1515

1616
for more details on the reason why this change is needed and the

Documentation/RelNotes/1.6.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To ease the transition plan, the receiving repository of such a
1010
push running this release will issue a big warning when the
1111
configuration variable is missing. Please refer to:
1212

13-
http://git.or.cz/gitwiki/GitFaq#non-bare
13+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
1414
https://lore.kernel.org/git/[email protected]/
1515

1616
for more details on the reason why this change is needed and the

Documentation/RelNotes/1.6.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To ease the transition plan, the receiving repository of such a
1010
push running this release will issue a big warning when the
1111
configuration variable is missing. Please refer to:
1212

13-
http://git.or.cz/gitwiki/GitFaq#non-bare
13+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
1414
https://lore.kernel.org/git/[email protected]/
1515

1616
for more details on the reason why this change is needed and the

Documentation/RelNotes/1.6.5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To ease the transition plan, the receiving repository of such a
2121
push running this release will issue a big warning when the
2222
configuration variable is missing. Please refer to:
2323

24-
http://git.or.cz/gitwiki/GitFaq#non-bare
24+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
2525
https://lore.kernel.org/git/[email protected]/
2626

2727
for more details on the reason why this change is needed and the

Documentation/RelNotes/1.6.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ users will fare this time.
6363

6464
Please refer to:
6565

66-
http://git.or.cz/gitwiki/GitFaq#non-bare
66+
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index.php/GitFaq.html#non-bare
6767
https://lore.kernel.org/git/[email protected]/
6868

6969
for more details on the reason why this change is needed and the

Documentation/git-cvsimport.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DESCRIPTION
2222
deprecated; it does not work with cvsps version 3 and later. If you are
2323
performing a one-shot import of a CVS repository consider using
2424
http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
25-
http://www.catb.org/esr/cvs-fast-export/[cvs-fast-export].
25+
https://gitlab.com/esr/cvs-fast-export[cvs-fast-export].
2626

2727
Imports a CVS repository into Git. It will either create a new
2828
repository, or incrementally import into an existing one.

Documentation/git-format-patch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,8 @@ Approach #3 (external editor)
610610
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
611611

612612
The following Thunderbird extensions are needed:
613-
AboutConfig from http://aboutconfig.mozdev.org/ and
614-
External Editor from http://globs.org/articles.php?lng=en&pg=8
613+
AboutConfig from https://mjg.github.io/AboutConfig/ and
614+
External Editor from https://globs.org/articles.php?lng=en&pg=8
615615

616616
1. Prepare the patch as a text file using your method of choice.
617617

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ Authors
10611061
-------
10621062
Git was started by Linus Torvalds, and is currently maintained by Junio
10631063
C Hamano. Numerous contributions have come from the Git mailing list
1064-
<[email protected]>. http://www.openhub.net/p/git/contributors/summary
1064+
<[email protected]>. https://openhub.net/p/git/contributors/summary
10651065
gives you a more complete list of contributors.
10661066

10671067
If you have a clone of git.git itself, the

git-gui/git-gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2390,7 +2390,7 @@ proc do_quit {{rc {1}}} {
23902390
set ret_code $rc
23912391

23922392
# Briefly enable send again, working around Tk bug
2393-
# http://sourceforge.net/tracker/?func=detail&atid=112997&aid=1821174&group_id=12997
2393+
# https://sourceforge.net/p/tktoolkit/bugs/2343/
23942394
tk appname [appname]
23952395

23962396
destroy .

0 commit comments

Comments
 (0)