Skip to content

Commit ec5ab14

Browse files
committed
Merge branch 'js/update-urls-in-doc-and-comment'
Stale URLs have been updated to their current counterparts (or archive.org) and HTTP links are replaced with working HTTPS links. * js/update-urls-in-doc-and-comment: doc: refer to internet archive doc: update links for andre-simon.de doc: switch links to https doc: update links to current pages
2 parents 66685e8 + 62b4f7b commit ec5ab14

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+81
-81
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/MyFirstContribution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ Johannes Schindelin to make life as a Git contributor easier for those used to
833833
the GitHub PR workflow. It allows contributors to open pull requests against its
834834
mirror of the Git project, and does some magic to turn the PR into a set of
835835
emails and send them out for you. It also runs the Git continuous integration
836-
suite for you. It's documented at http://gitgitgadget.github.io.
836+
suite for you. It's documented at https://gitgitgadget.github.io/.
837837

838838
[[create-fork]]
839839
=== Forking `git/git` on GitHub

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: 2 additions & 2 deletions
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.
@@ -221,7 +221,7 @@ Problems related to tags:
221221
If you suspect that any of these issues may apply to the repository you
222222
want to import, consider using cvs2git:
223223

224-
* cvs2git (part of cvs2svn), `http://subversion.apache.org/`
224+
* cvs2git (part of cvs2svn), `https://subversion.apache.org/`
225225

226226
GIT
227227
---

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-imap-send.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ flames ridiculing you if you don't check this.
135135

136136
Thunderbird in particular is known to be problematic. Thunderbird
137137
users may wish to visit this web page for more information:
138-
http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
138+
https://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
139139

140140
SEE ALSO
141141
--------

0 commit comments

Comments
 (0)