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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+1-1
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

+1-1
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 .

gitk-git/gitk

+1-1
Original file line numberDiff line numberDiff line change
@@ -12472,7 +12472,7 @@ if {[tk windowingsystem] eq "aqua"} {
1247212472

1247312473
catch {
1247412474
# follow the XDG base directory specification by default. See
12475-
# http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
12475+
# https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
1247612476
if {[info exists env(XDG_CONFIG_HOME)] && $env(XDG_CONFIG_HOME) ne ""} {
1247712477
# XDG_CONFIG_HOME environment variable is set
1247812478
set config_file [file join $env(XDG_CONFIG_HOME) git gitk]

gitweb/static/js/lib/common-lib.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function addCssRule(selector, style) {
137137
* http://www.dustindiaz.com/getelementsbyclass/
138138
* http://stackoverflow.com/questions/1818865/do-we-have-getelementsbyclassname-in-javascript
139139
*
140-
* See also http://ejohn.org/blog/getelementsbyclassname-speed-comparison/
140+
* See also https://johnresig.com/blog/getelementsbyclassname-speed-comparison/
141141
*
142142
* @param {String} class: name of _single_ class to find
143143
* @param {String} [taghint] limit search to given tags

http.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ static void write_accept_language(struct strbuf *buf)
19021902
* MAX_DECIMAL_PLACES must not be larger than 3. If it is larger than
19031903
* that, q-value will be smaller than 0.001, the minimum q-value the
19041904
* HTTP specification allows. See
1905-
* http://tools.ietf.org/html/rfc7231#section-5.3.1 for q-value.
1905+
* https://datatracker.ietf.org/doc/html/rfc7231#section-5.3.1 for q-value.
19061906
*/
19071907
const int MAX_DECIMAL_PLACES = 3;
19081908
const int MAX_LANGUAGE_TAGS = 1000;

imap-send.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ static void imap_close_store(struct imap_store *ctx)
860860

861861
/*
862862
* hexchar() and cram() functions are based on the code from the isync
863-
* project (http://isync.sf.net/).
863+
* project (https://isync.sourceforge.io/).
864864
*/
865865
static char hexchar(unsigned int b)
866866
{

json-writer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/*
55
* JSON data structures are defined at:
66
* [1] http://www.ietf.org/rfc/rfc7159.txt
7-
* [2] http://json.org/
7+
* [2] https://www.json.org/
88
*
99
* The JSON-writer API allows one to build JSON data structures using a
1010
* simple wrapper around a "struct strbuf" buffer. It is intended as a

0 commit comments

Comments
 (0)