Skip to content

Commit c923f60

Browse files
committed
Merge branch 'rt/links-for-asciidoctor'
* rt/links-for-asciidoctor: Documentation: fix documentation AsciiDoc links for external urls
2 parents 650c90a + 2df8566 commit c923f60

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Documentation/git-cvsimport.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ DESCRIPTION
2121
*WARNING:* `git cvsimport` uses cvsps version 2, which is considered
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
24-
link:http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
25-
link:https://github.com/BartMassey/parsecvs[parsecvs].
24+
http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
25+
https://github.com/BartMassey/parsecvs[parsecvs].
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-filter-branch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ git-filter-branch allows you to make complex shell-scripted rewrites
436436
of your Git history, but you probably don't need this flexibility if
437437
you're simply _removing unwanted data_ like large files or passwords.
438438
For those operations you may want to consider
439-
link:http://rtyley.github.io/bfg-repo-cleaner/[The BFG Repo-Cleaner],
439+
http://rtyley.github.io/bfg-repo-cleaner/[The BFG Repo-Cleaner],
440440
a JVM-based alternative to git-filter-branch, typically at least
441441
10-50x faster for those use-cases, and with quite different
442442
characteristics:
@@ -455,7 +455,7 @@ characteristics:
455455
_is_ possible to write filters that include their own parallellism,
456456
in the scripts executed against each commit.
457457

458-
* The link:http://rtyley.github.io/bfg-repo-cleaner/#examples[command options]
458+
* The http://rtyley.github.io/bfg-repo-cleaner/#examples[command options]
459459
are much more restrictive than git-filter branch, and dedicated just
460460
to the tasks of removing unwanted data- e.g:
461461
`--strip-blobs-bigger-than 1M`.

Documentation/gitcore-tutorial.txt

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

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

Documentation/gitcvs-migration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Importing a CVS archive
117117
-----------------------
118118

119119
First, install version 2.1 or higher of cvsps from
120-
link:http://www.cobite.com/cvsps/[http://www.cobite.com/cvsps/] and make
120+
http://www.cobite.com/cvsps/[http://www.cobite.com/cvsps/] and make
121121
sure it is in your path. Then cd to a checked out CVS working directory
122122
of the project you are interested in and run linkgit:git-cvsimport[1]:
123123

Documentation/gitweb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ separator (rules for Perl's "`split(" ", $line)`").
8484

8585
* Fields use modified URI encoding, defined in RFC 3986, section 2.1
8686
(Percent-Encoding), or rather "Query string encoding" (see
87-
link:http://en.wikipedia.org/wiki/Query_string#URL_encoding[]), the difference
87+
http://en.wikipedia.org/wiki/Query_string#URL_encoding[]), the difference
8888
being that SP (" ") can be encoded as "{plus}" (and therefore "{plus}" has to be
8989
also percent-encoded).
9090
+

Documentation/technical/http-protocol.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ TODO: Document this further.
500500
References
501501
----------
502502

503-
link:http://www.ietf.org/rfc/rfc1738.txt[RFC 1738: Uniform Resource Locators (URL)]
504-
link:http://www.ietf.org/rfc/rfc2616.txt[RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1]
503+
http://www.ietf.org/rfc/rfc1738.txt[RFC 1738: Uniform Resource Locators (URL)]
504+
http://www.ietf.org/rfc/rfc2616.txt[RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1]
505505
link:technical/pack-protocol.html
506506
link:technical/protocol-capabilities.html

0 commit comments

Comments
 (0)