Git fork

doc: update links to current pages

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>

authored by jsoref.tngl.sh and committed by

Junio C Hamano 65175d9e bcb6cae2

+16 -16
+1 -1
Documentation/CodingGuidelines
··· 518 518 519 519 For Python scripts: 520 520 521 - - We follow PEP-8 (http://www.python.org/dev/peps/pep-0008/). 521 + - We follow PEP-8 (https://peps.python.org/pep-0008/). 522 522 523 523 - As a minimum, we aim to be compatible with Python 2.7. 524 524
+1 -1
Documentation/RelNotes/1.6.2.txt
··· 10 10 push running this release will issue a big warning when the 11 11 configuration variable is missing. Please refer to: 12 12 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 14 14 https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ 15 15 16 16 for more details on the reason why this change is needed and the
+1 -1
Documentation/RelNotes/1.6.3.txt
··· 10 10 push running this release will issue a big warning when the 11 11 configuration variable is missing. Please refer to: 12 12 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 14 14 https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ 15 15 16 16 for more details on the reason why this change is needed and the
+1 -1
Documentation/RelNotes/1.6.4.txt
··· 10 10 push running this release will issue a big warning when the 11 11 configuration variable is missing. Please refer to: 12 12 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 14 14 https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ 15 15 16 16 for more details on the reason why this change is needed and the
+1 -1
Documentation/RelNotes/1.6.5.txt
··· 21 21 push running this release will issue a big warning when the 22 22 configuration variable is missing. Please refer to: 23 23 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 25 25 https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ 26 26 27 27 for more details on the reason why this change is needed and the
+1 -1
Documentation/RelNotes/1.6.6.txt
··· 63 63 64 64 Please refer to: 65 65 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 67 67 https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ 68 68 69 69 for more details on the reason why this change is needed and the
+1 -1
Documentation/git-cvsimport.txt
··· 22 22 deprecated; it does not work with cvsps version 3 and later. If you are 23 23 performing a one-shot import of a CVS repository consider using 24 24 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]. 26 26 27 27 Imports a CVS repository into Git. It will either create a new 28 28 repository, or incrementally import into an existing one.
+2 -2
Documentation/git-format-patch.txt
··· 610 610 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 611 611 612 612 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 615 615 616 616 1. Prepare the patch as a text file using your method of choice. 617 617
+1 -1
Documentation/git.txt
··· 1061 1061 ------- 1062 1062 Git was started by Linus Torvalds, and is currently maintained by Junio 1063 1063 C Hamano. Numerous contributions have come from the Git mailing list 1064 - <git@vger.kernel.org>. http://www.openhub.net/p/git/contributors/summary 1064 + <git@vger.kernel.org>. https://openhub.net/p/git/contributors/summary 1065 1065 gives you a more complete list of contributors. 1066 1066 1067 1067 If you have a clone of git.git itself, the
+1 -1
git-gui/git-gui.sh
··· 2390 2390 set ret_code $rc 2391 2391 2392 2392 # 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/ 2394 2394 tk appname [appname] 2395 2395 2396 2396 destroy .
+1 -1
gitk-git/gitk
··· 12472 12472 12473 12473 catch { 12474 12474 # 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 12476 12476 if {[info exists env(XDG_CONFIG_HOME)] && $env(XDG_CONFIG_HOME) ne ""} { 12477 12477 # XDG_CONFIG_HOME environment variable is set 12478 12478 set config_file [file join $env(XDG_CONFIG_HOME) git gitk]
+1 -1
gitweb/static/js/lib/common-lib.js
··· 137 137 * http://www.dustindiaz.com/getelementsbyclass/ 138 138 * http://stackoverflow.com/questions/1818865/do-we-have-getelementsbyclassname-in-javascript 139 139 * 140 - * See also http://ejohn.org/blog/getelementsbyclassname-speed-comparison/ 140 + * See also https://johnresig.com/blog/getelementsbyclassname-speed-comparison/ 141 141 * 142 142 * @param {String} class: name of _single_ class to find 143 143 * @param {String} [taghint] limit search to given tags
+1 -1
http.c
··· 1902 1902 * MAX_DECIMAL_PLACES must not be larger than 3. If it is larger than 1903 1903 * that, q-value will be smaller than 0.001, the minimum q-value the 1904 1904 * 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. 1906 1906 */ 1907 1907 const int MAX_DECIMAL_PLACES = 3; 1908 1908 const int MAX_LANGUAGE_TAGS = 1000;
+1 -1
imap-send.c
··· 860 860 861 861 /* 862 862 * hexchar() and cram() functions are based on the code from the isync 863 - * project (http://isync.sf.net/). 863 + * project (https://isync.sourceforge.io/). 864 864 */ 865 865 static char hexchar(unsigned int b) 866 866 {
+1 -1
json-writer.h
··· 4 4 /* 5 5 * JSON data structures are defined at: 6 6 * [1] http://www.ietf.org/rfc/rfc7159.txt 7 - * [2] http://json.org/ 7 + * [2] https://www.json.org/ 8 8 * 9 9 * The JSON-writer API allows one to build JSON data structures using a 10 10 * simple wrapper around a "struct strbuf" buffer. It is intended as a