summaryrefslogtreecommitdiff
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@gmail.com>2013-09-06 20:03:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-09-06 21:49:06 (GMT)
commitd5ff3b4be5b2e3eee9c4b298f00ed7a4c1c556a4 (patch)
tree9c8c988cc71bdbdc0b959c7af40b11e0601d75b9 /Documentation/user-manual.txt
parentd2dbd399fa03b37ce797ed6fc609574a7e677079 (diff)
downloadgit-d5ff3b4be5b2e3eee9c4b298f00ed7a4c1c556a4.zip
git-d5ff3b4be5b2e3eee9c4b298f00ed7a4c1c556a4.tar.gz
git-d5ff3b4be5b2e3eee9c4b298f00ed7a4c1c556a4.tar.bz2
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/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index fe723e4..ed01c98 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -1977,7 +1977,7 @@ $ git clone http://yourserver.com/~you/proj.git
-------------------------------------------------
(See also
-link:howto/setup-git-server-over-http.txt[setup-git-server-over-http]
+link:howto/setup-git-server-over-http.html[setup-git-server-over-http]
for a slightly more sophisticated setup using WebDAV which also
allows pushing over HTTP.)
@@ -3191,7 +3191,7 @@ those "loose" objects.
You can save space and make Git faster by moving these loose objects in
to a "pack file", which stores a group of objects in an efficient
compressed format; the details of how pack files are formatted can be
-found in link:technical/pack-format.txt[technical/pack-format.txt].
+found in link:technical/pack-format.html[pack format].
To put the loose objects into a pack, just run git repack: