Skip to content

Commit 7ba7bff

Browse files
committed
Merge branch 'jk/update-links-in-docs'
Many stale HTTP(s) links have been updated in our documentation. * jk/update-links-in-docs: docs/bisect-lk2009: update java code conventions link docs/bisect-lk2009: update nist report link docs/archimport: quote sourcecontrol.net reference gitcore-tutorial: update broken link doc: replace or.cz gitwiki link with git.wiki.kernel.org doc: use https links to avoid http redirect
2 parents d4592d7 + 613416f commit 7ba7bff

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

Documentation/git-archimport.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ OPTIONS
9696
pruned.
9797

9898
-a::
99-
Attempt to auto-register archives at http://mirrors.sourcecontrol.net
99+
Attempt to auto-register archives at `http://mirrors.sourcecontrol.net`
100100
This is particularly useful with the -D option.
101101

102102
-t <tmpdir>::

Documentation/git-bisect-lk2009.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,12 +1347,12 @@ author to given a talk and for publishing this paper.
13471347
References
13481348
----------
13491349

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'. Uncyclopedia.]
1350+
- [[[1]]] https://www.nist.gov/sites/default/files/documents/director/planning/report02-3.pdf['The Economic Impacts of Inadequate Infratructure for Software Testing'. Nist Planning Report 02-3], see Executive Summary and Chapter 8.
1351+
- [[[2]]] http://www.oracle.com/technetwork/java/codeconvtoc-136057.html['Code Conventions for the Java Programming Language'. Sun Microsystems.]
1352+
- [[[3]]] https://en.wikipedia.org/wiki/Software_maintenance['Software maintenance'. Uncyclopedia.]
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/git-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ maintained here. These days, however, search engines fill that role much
77
more efficiently, so this manually-maintained list has been retired.
88

99
See also the `contrib/` area, and the Git wiki:
10-
http://git.or.cz/gitwiki/InterfacesFrontendsAndTools
10+
https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools

Documentation/gitcore-tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ Although Git is a truly distributed system, it is often
14291429
convenient to organize your project with an informal hierarchy
14301430
of developers. Linux kernel development is run this way. There
14311431
is a nice illustration (page 17, "Merges to Mainline") in
1432-
http://www.xenotime.net/linux/mentor/linux-mentoring-2006.pdf[Randy Dunlap's presentation].
1432+
https://web.archive.org/web/20120915203609/http://www.xenotime.net/linux/mentor/linux-mentoring-2006.pdf[Randy Dunlap's presentation].
14331433

14341434
It should be stressed that this hierarchy is purely *informal*.
14351435
There is nothing fundamental in Git that enforces the "chain of

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)