From: Chad Rosier Date: Wed, 11 Jul 2012 21:49:14 +0000 (+0000) Subject: Fixup broken doc link. Patch by Sean Silva . X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d6a27413c27c73f3287cfb4dce1427f78496bcdf;p=oota-llvm.git Fixup broken doc link. Patch by Sean Silva . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160082 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CMake.rst b/docs/CMake.rst index 7e161620d6a..e1761c5b1d4 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -1,4 +1,4 @@ -.. _cmake: +.. _building-with-cmake: ======================== Building LLVM with CMake diff --git a/docs/userguides.rst b/docs/userguides.rst index 57f77f84b5e..26a5a8ccc23 100644 --- a/docs/userguides.rst +++ b/docs/userguides.rst @@ -20,7 +20,7 @@ User Guides Everything from unpacking and compilation of the distribution to execution of some tools. -* :ref:`cmake` +* :ref:`building-with-cmake` An addendum to the main Getting Started guide for those using the `CMake build system `_.