summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CMake.rst2
-rw-r--r--docs/userguides.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 7e161620d6..e1761c5b1d 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 57f77f84b5..26a5a8ccc2 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 <http://www.cmake.org>`_.