diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-12 21:16:29 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-12 21:16:29 +0000 |
commit | af9de4faa7866fce6138e9c585e54e194c6607b4 (patch) | |
tree | abde1acf0617e0b7caad73d4767703f989a29654 /docs | |
parent | 6b0f123b8970e4ca25fbc278992e8ef95daf217f (diff) | |
download | external_llvm-af9de4faa7866fce6138e9c585e54e194c6607b4.zip external_llvm-af9de4faa7866fce6138e9c585e54e194c6607b4.tar.gz external_llvm-af9de4faa7866fce6138e9c585e54e194c6607b4.tar.bz2 |
Documentation: use paths relative to document root in links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/llvm-bcanalyzer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-bcanalyzer.rst b/docs/CommandGuide/llvm-bcanalyzer.rst index 8a7f5bb..7254088 100644 --- a/docs/CommandGuide/llvm-bcanalyzer.rst +++ b/docs/CommandGuide/llvm-bcanalyzer.rst @@ -301,5 +301,5 @@ The detailed output provides additional information on a per-function basis. SEE ALSO -------- -:doc:`../CommandGuide/llvm-dis`, :doc:`../BitCodeFormat` +:doc:`/CommandGuide/llvm-dis`, :doc:`/BitCodeFormat` |