Skip to content

Commit e52a53d

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 49800c9 commit e52a53d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Documentation/git-bisect-lk2009.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,10 +1349,10 @@ References
13491349

13501350
- [[[1]]] http://www.nist.gov/public_affairs/releases/n02-10.htm['Software Errors Cost U.S. Economy $59.5 Billion Annually'. Nist News Release.]
13511351
- [[[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.]
13531353
- [[[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.]
13561356
- [[[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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ $logo_url::
368368
$logo_label::
369369
URI and label (title) for the Git logo link (or your site logo,
370370
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[].
373373

374374

375375
Changing gitweb's look

Documentation/howto/rebuild-from-update-hook.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ From: Junio C Hamano <[email protected]>
44
Date: Fri, 26 Aug 2005 18:19:10 -0700
55
Abstract: In this how-to article, JC talks about how he
66
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/.
88
Content-type: text/asciidoc
99

1010
How to rebuild from update hook
1111
===============================
1212

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/
1414
are built from Documentation/ directory of the git.git project
1515
and needed to be kept up-to-date. The www.kernel.org/ servers
1616
are mirrored and I was told that the origin of the mirror is on

0 commit comments

Comments
 (0)