[llvm] dad614c - [Documentation] fix invalid links in documentation (#76502)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 8 23:00:24 PST 2024
Author: Hana Dusíková
Date: 2024-01-09T08:00:20+01:00
New Revision: dad614cc606333fa614e696dbdd22263096dadb7
URL: https://github.com/llvm/llvm-project/commit/dad614cc606333fa614e696dbdd22263096dadb7
DIFF: https://github.com/llvm/llvm-project/commit/dad614cc606333fa614e696dbdd22263096dadb7.diff
LOG: [Documentation] fix invalid links in documentation (#76502)
Added:
Modified:
llvm/docs/SphinxQuickstartTemplate.rst
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst
Removed:
################################################################################
diff --git a/llvm/docs/SphinxQuickstartTemplate.rst b/llvm/docs/SphinxQuickstartTemplate.rst
index 956adabce78c24..8d21b43c050d75 100644
--- a/llvm/docs/SphinxQuickstartTemplate.rst
+++ b/llvm/docs/SphinxQuickstartTemplate.rst
@@ -170,7 +170,7 @@ Generating the documentation
You can generate the HTML documentation from the sources locally if you want to
see what they would look like. In addition to the normal
-`build tools <docs/GettingStarted.html>`_
+`build tools <GettingStarted.html>`_
you need to install `Sphinx`_ and the necessary extensions
using the following command inside the ``llvm-project`` checkout:
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst
index 17bf8a47c84c78..2e3d4ed0a30873 100644
--- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst
+++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst
@@ -122,7 +122,7 @@ Configuring the Module
We're now ready to configure our module, to specify the target and
data layout. This isn't strictly necessary, but the `frontend
-performance guide <../Frontend/PerformanceTips.html>`_ recommends
+performance guide <../../Frontend/PerformanceTips.html>`_ recommends
this. Optimizations benefit from knowing about the target and data
layout.
More information about the llvm-commits
mailing list