Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
[Documentation] fix invalid links in documentation (#76502)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanickadot authored Jan 9, 2024
1 parent 4a5ebc7 commit dad614c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/docs/SphinxQuickstartTemplate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dad614c

Please sign in to comment.