[llvm-commits] [llvm] r168285 - /llvm/trunk/docs/GettingStarted.rst

Dmitri Gribenko gribozavr at gmail.com
Sun Nov 18 02:32:15 PST 2012


Author: gribozavr
Date: Sun Nov 18 04:32:14 2012
New Revision: 168285

URL: http://llvm.org/viewvc/llvm-project?rev=168285&view=rev
Log:
Documentation: fix broken link.

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=168285&r1=168284&r2=168285&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Sun Nov 18 04:32:14 2012
@@ -1277,8 +1277,8 @@
 
      % 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:
 





More information about the llvm-commits mailing list