diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2013-09-06 22:03:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-06 14:49:06 -0700 |
commit | d5ff3b4be5b2e3eee9c4b298f00ed7a4c1c556a4 (patch) | |
tree | 9c8c988cc71bdbdc0b959c7af40b11e0601d75b9 /Documentation/gitcvs-migration.txt | |
parent | d2dbd399fa03b37ce797ed6fc609574a7e677079 (diff) | |
download | git-d5ff3b4be5b2e3eee9c4b298f00ed7a4c1c556a4.tar.gz |
Documentation: make AsciiDoc links always point to HTML filesss/doclinks
AsciiDoc's "link" is supposed to create hyperlinks for HTML output, so
prefer a "link" to point to an HTML file instead of a text file if an HTML
version of the file is being generated. For RelNotes, keep pointing to
text files as no equivalent HTML files are generated.
If appropriate, also update the link description to not contain the linked
file's extension.
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcvs-migration.txt')
-rw-r--r-- | Documentation/gitcvs-migration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcvs-migration.txt b/Documentation/gitcvs-migration.txt index 5ab5b0727f..5ea94cbceb 100644 --- a/Documentation/gitcvs-migration.txt +++ b/Documentation/gitcvs-migration.txt @@ -157,7 +157,7 @@ points. You can use these, for example, to send all commits to the shared repository to a mailing list. See linkgit:githooks[5]. You can enforce finer grained permissions using update hooks. See -link:howto/update-hook-example.txt[Controlling access to branches using +link:howto/update-hook-example.html[Controlling access to branches using update hooks]. Providing CVS Access to a Git Repository |