Documentation: fix broken link.
authorDmitri Gribenko <gribozavr@gmail.com>
Sun, 18 Nov 2012 10:32:14 +0000 (10:32 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sun, 18 Nov 2012 10:32:14 +0000 (10:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168285 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 1998fdc868bd8d9d0b8e53d597a103530cb408e4..d53125025937c834c6334a2aed372d4d2c077b6b 100644 (file)
@@ -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: