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
This commit is contained in:
Sean Silva
2013-01-11 02:28:08 +00:00
parent 52b23731d6
commit a7aec400a7
44 changed files with 43 additions and 127 deletions

View File

@@ -1,5 +1,3 @@
.. _lto:
======================================================
LLVM Link Time Optimization: Design and Implementation
======================================================