doc: use https links to avoid http redirect

Many sites these days unconditionally redirect http requests to their https equivalents. Let's make our links https in the first place to save the client a redirect. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jeff King committed Apr 20, 2017 at 16:32 UTC e52a53df38af37cc32d641bfdeaa43ceb8277eef
3 files changed +9 -9
Documentation/git-bisect-lk2009.txt
+5 -5
@@ -1349,10 +1349,10 @@ References
1349
1350 - [[[1]]] http://www.nist.gov/public_affairs/releases/n02-10.htm['Software Errors Cost U.S. Economy $59.5 Billion Annually'. Nist News Release.]
1351 - [[[2]]] http://java.sun.com/docs/codeconv/html/CodeConventions.doc.html#16712['Code Conventions for the Java Programming Language'. Sun Microsystems.]
1352 -- [[[3]]] http://en.wikipedia.org/wiki/Software_maintenance['Software maintenance'. Wikipedia.]
1352 +- [[[3]]] https://en.wikipedia.org/wiki/Software_maintenance['Software maintenance'. Wikipedia.]
1353 - [[[4]]] http://article.gmane.org/gmane.comp.version-control.git/45195/[Junio C Hamano. 'Automated bisect success story'. Gmane.]
1354 -- [[[5]]] http://lwn.net/Articles/317154/[Christian Couder. 'Fully automated bisecting with "git bisect run"'. LWN.net.]
1355 -- [[[6]]] http://lwn.net/Articles/277872/[Jonathan Corbet. 'Bisection divides users and developers'. LWN.net.]
1354 +- [[[5]]] https://lwn.net/Articles/317154/[Christian Couder. 'Fully automated bisecting with "git bisect run"'. LWN.net.]
1355 +- [[[6]]] https://lwn.net/Articles/277872/[Jonathan Corbet. 'Bisection divides users and developers'. LWN.net.]
1356 - [[[7]]] http://article.gmane.org/gmane.linux.scsi/36652/[Ingo Molnar. 'Re: BUG 2.6.23-rc3 can't see sd partitions on Alpha'. Gmane.]
1357 -- [[[8]]] http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html[Junio C Hamano and the git-list. 'git-bisect(1) Manual Page'. Linux Kernel Archives.]
1358 -- [[[9]]] http://github.com/Ealdwulf/bbchop[Ealdwulf. 'bbchop'. GitHub.]
1357 +- [[[8]]] https://www.kernel.org/pub/software/scm/git/docs/git-bisect.html[Junio C Hamano and the git-list. 'git-bisect(1) Manual Page'. Linux Kernel Archives.]
1358 +- [[[9]]] https://github.com/Ealdwulf/bbchop[Ealdwulf. 'bbchop'. GitHub.]
Documentation/gitweb.conf.txt
+2 -2
@@ -368,8 +368,8 @@ $logo_url::
368 $logo_label::
369 URI and label (title) for the Git logo link (or your site logo,
370 if you chose to use different logo image). By default, these both
371 - refer to Git homepage, http://git-scm.com[]; in the past, they pointed
372 - to Git documentation at http://www.kernel.org[].
371 + refer to Git homepage, https://git-scm.com[]; in the past, they pointed
372 + to Git documentation at https://www.kernel.org[].
373
374
375 Changing gitweb's look
Documentation/howto/rebuild-from-update-hook.txt
+2 -2
@@ -4,13 +4,13 @@ From: Junio C Hamano <gitster@pobox.com>
4 Date: Fri, 26 Aug 2005 18:19:10 -0700
5 Abstract: In this how-to article, JC talks about how he
6 uses the post-update hook to automate Git documentation page
7 - shown at http://www.kernel.org/pub/software/scm/git/docs/.
7 + shown at https://www.kernel.org/pub/software/scm/git/docs/.
8 Content-type: text/asciidoc
9
10 How to rebuild from update hook
11 ===============================
12
13 -The pages under http://www.kernel.org/pub/software/scm/git/docs/
13 +The pages under https://www.kernel.org/pub/software/scm/git/docs/
14 are built from Documentation/ directory of the git.git project
15 and needed to be kept up-to-date. The www.kernel.org/ servers
16 are mirrored and I was told that the origin of the mirror is on