diff options
Diffstat (limited to 'docs/userguides.rst')
-rw-r--r-- | docs/userguides.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/userguides.rst b/docs/userguides.rst index 8f184205c8..cfb6dbeb5e 100644 --- a/docs/userguides.rst +++ b/docs/userguides.rst @@ -21,6 +21,8 @@ User Guides SphinxQuickstartTemplate Phabricator TestingGuide + tutorial/index + ReleaseNotes * :ref:`getting_started` @@ -37,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. @@ -65,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. |