summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-11-18 10:32:14 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-11-18 10:32:14 +0000
commitc796af69298148346922d30d1986eef1d92ee2dd (patch)
treeef67de3ea45b4e3a0fb1014fd5d31b4c093ea25e /docs/GettingStarted.rst
parent410fe6fe1996baf5606c8ea5be60497005c4ae7f (diff)
downloadllvm-c796af69298148346922d30d1986eef1d92ee2dd.tar.gz
llvm-c796af69298148346922d30d1986eef1d92ee2dd.tar.bz2
llvm-c796af69298148346922d30d1986eef1d92ee2dd.tar.xz
Documentation: fix broken link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r--docs/GettingStarted.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 1998fdc868..d531250259 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -1277,8 +1277,8 @@ Example with clang
% lli hello.bc
- The second examples shows how to invoke the LLVM JIT, `lli
- <CommandGuide/html/lli.html>`_.
+ The second examples shows how to invoke the LLVM JIT, :doc:`lli
+ <CommandGuide/lli>`.
#. Use the ``llvm-dis`` utility to take a look at the LLVM assembly code: