From c796af69298148346922d30d1986eef1d92ee2dd Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Sun, 18 Nov 2012 10:32:14 +0000 Subject: [PATCH] Documentation: fix broken link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168285 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: