]> granicus.if.org Git - llvm/commitdiff
unbreak links
authorChris Lattner <sabre@nondot.org>
Fri, 19 Jul 2019 05:49:11 +0000 (05:49 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 19 Jul 2019 05:49:11 +0000 (05:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366530 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl01.rst
docs/tutorial/LangImpl02.rst
docs/tutorial/LangImpl03.rst
docs/tutorial/LangImpl04.rst
docs/tutorial/LangImpl05.rst
docs/tutorial/LangImpl06.rst
docs/tutorial/LangImpl07.rst
docs/tutorial/LangImpl08.rst
docs/tutorial/LangImpl09.rst
docs/tutorial/LangImpl10.rst
docs/tutorial/index.rst

index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 1ff4dc8af449638c74251ebec6f8d2c635a7f70b..defa9d7f216a0641e56558dbad882b61d3593a31 100644 (file)
@@ -4,4 +4,4 @@
 Kaleidoscope Tutorial
 =====================
 
-The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index>`_ .
+The Kaleidoscope Tutorial has `moved to another location <MyFirstLanguageFrontend/index.html>`_ .
index 03a2e5d53b45085c49f672b8052b532d49ed6722..6fae00a642bf170caf9e7fb775a58ee8cd3e7aaf 100644 (file)
@@ -10,7 +10,7 @@ Kaleidoscope: Implementing a Language with LLVM
    :glob:
    :numbered:
 
-#. `My First Language Frontend with LLVM Tutorial <MyFirstLanguageFrontend/index>`_
+#. `My First Language Frontend with LLVM Tutorial <MyFirstLanguageFrontend/index.html>`_
    This is the "Kaleidoscope" Language tutorial, showing how to implement 
    a simple language using LLVM components in C++.