From: Dmitri Gribenko Date: Sun, 18 Nov 2012 10:32:14 +0000 (+0000) Subject: Documentation: fix broken link. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c796af69298148346922d30d1986eef1d92ee2dd;p=oota-llvm.git Documentation: fix broken link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168285 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 1998fdc868b..d5312502593 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 - `_. + The second examples shows how to invoke the LLVM JIT, :doc:`lli + `. #. Use the ``llvm-dis`` utility to take a look at the LLVM assembly code: