Преглед изворни кода

unbreak links

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366530 91177308-0d34-0410-b5e6-96231b3b80d8
Chris Lattner пре 6 година
родитељ
комит
3a99886593

+ 1 - 1
docs/tutorial/LangImpl01.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/LangImpl02.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/LangImpl03.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/LangImpl04.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/LangImpl05.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/LangImpl06.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/LangImpl07.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/LangImpl08.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/LangImpl09.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/LangImpl10.rst

@@ -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>`_ .

+ 1 - 1
docs/tutorial/index.rst

@@ -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++.