docs: Begin Sphinxification of docs/tutorial/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169309 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/userguides.rst b/docs/userguides.rst
index dd87055..81506a1 100644
--- a/docs/userguides.rst
+++ b/docs/userguides.rst
@@ -21,6 +21,7 @@
SphinxQuickstartTemplate
Phabricator
TestingGuide
+ tutorial/index
* :ref:`getting_started`
@@ -42,7 +43,7 @@
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.