diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-09-17 11:42:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-17 11:42:54 -0700 |
commit | 287c0feeab28455e86ee376bc452efa61a30b528 (patch) | |
tree | 6b91a3b472e9d465d65c1e079fcab315b91b6da0 /Documentation/git-revert.txt | |
parent | Merge branch 'rh/ishes-doc' (diff) | |
parent | Documentation: make AsciiDoc links always point to HTML files (diff) | |
download | tgif-287c0feeab28455e86ee376bc452efa61a30b528.tar.xz |
Merge branch 'ss/doclinks'
When we converted many documents that were traditionally text-only
to be formatted to AsciiDoc, we did not update links that point at
them to refer to the formatted HTML files.
* ss/doclinks:
Documentation: make AsciiDoc links always point to HTML files
Diffstat (limited to 'Documentation/git-revert.txt')
-rw-r--r-- | Documentation/git-revert.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index f79c9d8583..2de67a5496 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -59,7 +59,7 @@ brought in by the merge. As a result, later merges will only bring in tree changes introduced by commits that are not ancestors of the previously reverted merge. This may or may not be what you want. + -See the link:howto/revert-a-faulty-merge.txt[revert-a-faulty-merge How-To] for +See the link:howto/revert-a-faulty-merge.html[revert-a-faulty-merge How-To] for more details. --no-edit:: |