File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tutorial/MyFirstLanguageFrontend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Generating the documentation
170
170
171
171
You can generate the HTML documentation from the sources locally if you want to
172
172
see what they would look like. In addition to the normal
173
- `build tools <docs/ GettingStarted.html >`_
173
+ `build tools <GettingStarted.html >`_
174
174
you need to install `Sphinx `_ and the necessary extensions
175
175
using the following command inside the ``llvm-project `` checkout:
176
176
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Configuring the Module
122
122
123
123
We're now ready to configure our module, to specify the target and
124
124
data layout. This isn't strictly necessary, but the `frontend
125
- performance guide <../Frontend/PerformanceTips.html> `_ recommends
125
+ performance guide <../../ Frontend/PerformanceTips.html> `_ recommends
126
126
this. Optimizations benefit from knowing about the target and data
127
127
layout.
128
128
You can’t perform that action at this time.
0 commit comments