mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 23:17:16 +00:00
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:
@@ -77,8 +77,8 @@ Here are some useful links:
|
||||
(even better, get the book)
|
||||
<http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html>`_.
|
||||
|
||||
You are also encouraged to take a look at the :ref:`LLVM Coding Standards
|
||||
<coding_standards>` guide which focuses on how to write maintainable code more
|
||||
You are also encouraged to take a look at the :doc:`LLVM Coding Standards
|
||||
<CodingStandards>` guide which focuses on how to write maintainable code more
|
||||
than where to put your curly braces.
|
||||
|
||||
.. _resources:
|
||||
@@ -178,8 +178,8 @@ rarely have to include this file directly).
|
||||
|
||||
These five templates can be used with any classes, whether they have a v-table
|
||||
or not. If you want to add support for these templates, see the document
|
||||
:ref:`How to set up LLVM-style RTTI for your class hierarchy
|
||||
<how-to-set-up-llvm-style-rtti>`
|
||||
:doc:`How to set up LLVM-style RTTI for your class hierarchy
|
||||
<HowToSetUpLLVMStyleRTTI>`
|
||||
|
||||
.. _string_apis:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user