aboutsummaryrefslogtreecommitdiff
path: root/docs/userguides.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/userguides.rst')
-rw-r--r--docs/userguides.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/userguides.rst b/docs/userguides.rst
index 8c1554dfce..cfb6dbeb5e 100644
--- a/docs/userguides.rst
+++ b/docs/userguides.rst
@@ -20,6 +20,9 @@ User Guides
HowToSubmitABug
SphinxQuickstartTemplate
Phabricator
+ TestingGuide
+ tutorial/index
+ ReleaseNotes
* :ref:`getting_started`
@@ -36,13 +39,12 @@ User Guides
Notes on building and testing LLVM/Clang on ARM.
-* `Getting Started with the LLVM System using Microsoft Visual Studio
- <GettingStartedVS.html>`_
+* :doc:`GettingStartedVS`
An addendum to the main Getting Started guide for those using Visual Studio
on Windows.
-* `LLVM Tutorial <tutorial/>`_
+* :doc:`tutorial/index`
A walk through the process of using LLVM for a custom language, and the
facilities LLVM offers in tutorial form.
@@ -64,7 +66,7 @@ User Guides
A list of common questions and problems and their solutions.
-* `Release notes for the current release <ReleaseNotes.html>`_
+* :doc:`Release notes for the current release <ReleaseNotes>`
This describes new features, known bugs, and other limitations.
@@ -77,7 +79,7 @@ User Guides
A template + tutorial for writing new Sphinx documentation. It is meant
to be read in source form.
-* `LLVM Testing Infrastructure Guide <TestingGuide.html>`_
+* :doc:`LLVM Testing Infrastructure Guide <TestingGuide>`
A reference manual for using the LLVM testing infrastructure.