Skip to content

Commit dad614c

Browse files
authored
[Documentation] fix invalid links in documentation (#76502)
1 parent 4a5ebc7 commit dad614c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/docs/SphinxQuickstartTemplate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Generating the documentation
170170

171171
You can generate the HTML documentation from the sources locally if you want to
172172
see what they would look like. In addition to the normal
173-
`build tools <docs/GettingStarted.html>`_
173+
`build tools <GettingStarted.html>`_
174174
you need to install `Sphinx`_ and the necessary extensions
175175
using the following command inside the ``llvm-project`` checkout:
176176

llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Configuring the Module
122122

123123
We're now ready to configure our module, to specify the target and
124124
data layout. This isn't strictly necessary, but the `frontend
125-
performance guide <../Frontend/PerformanceTips.html>`_ recommends
125+
performance guide <../../Frontend/PerformanceTips.html>`_ recommends
126126
this. Optimizations benefit from knowing about the target and data
127127
layout.
128128

0 commit comments

Comments
 (0)