diff options
Diffstat (limited to 'llvm/docs/tutorial/index.rst')
-rw-r--r-- | llvm/docs/tutorial/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/index.rst b/llvm/docs/tutorial/index.rst index 844623ef215..03a2e5d53b4 100644 --- a/llvm/docs/tutorial/index.rst +++ b/llvm/docs/tutorial/index.rst @@ -10,7 +10,7 @@ Kaleidoscope: Implementing a Language with LLVM :glob: :numbered: -#. `My First Language Frontend with LLVM Tutorial <https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/>`_ +#. `My First Language Frontend with LLVM Tutorial <MyFirstLanguageFrontend/index>`_ This is the "Kaleidoscope" Language tutorial, showing how to implement a simple language using LLVM components in C++. |