summaryrefslogtreecommitdiff
path: root/docs/HowToReleaseLLVM.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-11 02:28:08 +0000
committerSean Silva <silvas@purdue.edu>2013-01-11 02:28:08 +0000
commita7aec400a7014edba1eeb53c582d3ab47178fe8d (patch)
tree5b250667fe0ee76d1c3e1e4a11a4d8ec27b5c2f7 /docs/HowToReleaseLLVM.rst
parent52b23731d6e44a885922fd37cb7d2809e03c5303 (diff)
downloadllvm-a7aec400a7014edba1eeb53c582d3ab47178fe8d.tar.gz
llvm-a7aec400a7014edba1eeb53c582d3ab47178fe8d.tar.bz2
llvm-a7aec400a7014edba1eeb53c582d3ab47178fe8d.tar.xz
docs: Fix long standing linking antipattern.
Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToReleaseLLVM.rst')
-rw-r--r--docs/HowToReleaseLLVM.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HowToReleaseLLVM.rst b/docs/HowToReleaseLLVM.rst
index 7bd5e14ff8..208b9b7632 100644
--- a/docs/HowToReleaseLLVM.rst
+++ b/docs/HowToReleaseLLVM.rst
@@ -196,7 +196,7 @@ Build LLVM
Build ``Debug``, ``Release+Asserts``, and ``Release`` versions
of ``llvm`` on all supported platforms. Directions to build ``llvm``
-are :ref:`here <getting_started>`.
+are :doc:`here <GettingStarted>`.
Build Clang Binary Distribution
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^