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/technical/http-protocol.txt | |
parent | Sync with maint (diff) | |
download | tgif-d5ff3b4be5b2e3eee9c4b298f00ed7a4c1c556a4.tar.xz |
Documentation: make AsciiDoc links always point to HTML files
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/technical/http-protocol.txt')
-rw-r--r-- | Documentation/technical/http-protocol.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt index a1173ee266..caf941a1c5 100644 --- a/Documentation/technical/http-protocol.txt +++ b/Documentation/technical/http-protocol.txt @@ -499,5 +499,5 @@ References link:http://www.ietf.org/rfc/rfc1738.txt[RFC 1738: Uniform Resource Locators (URL)] link:http://www.ietf.org/rfc/rfc2616.txt[RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1] -link:technical/pack-protocol.txt -link:technical/protocol-capabilities.txt +link:technical/pack-protocol.html +link:technical/protocol-capabilities.html |