Skip to content

Commit d97947e

Browse files
[Docs] Fix broken LLVM doc pages (#68631)
1 parent b888592 commit d97947e

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

llvm/docs/GitRepositoryPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Requirements for *new* repositories as part of the
2020

2121
If you want to integrate your project as part of the Monorepo, please take a
2222
look at the
23-
[Developer Policy](DeveloperPolicy.html#adding-an-established-project-to-the-llvm-monorepo>).
23+
[Developer Policy](project:DeveloperPolicy.rst#Adding an Established Project To the LLVM Monorepo).
2424

2525
To request a new repository, please create an issue with the
2626
[Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues).

llvm/docs/InstrRefDebugInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ instruction number of any cloned instruction, to avoid duplicate numbers
191191
appearing to `LiveDebugValues`. Dealing with duplicated instructions is a
192192
natural extension to instruction referencing that's currently unimplemented.
193193

194-
[LiveDebugValues]: SourceLevelDebugging.html#livedebugvalues-expansion-of-variable-locations
194+
[LiveDebugValues]: project:SourceLevelDebugging.rst#LiveDebugValues expansion of variable locations

llvm/docs/MarkdownQuickstartTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ integration documentation can be found in the [myst-parser docs].
158158

159159
## Generating the documentation
160160

161-
see [Sphinx Quickstart Template](SphinxQuickstartTemplate.html#generating-the-documentation)
161+
see [Sphinx Quickstart Template](project:SphinxQuickstartTemplate.rst#Generating the documentation)

llvm/docs/PointerAuth.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ instructions as such:
303303

304304
#### Assembly Representation
305305

306-
At the assembly level,
307-
[Authenticated Relocations](#authenticated-global-relocation) are represented
306+
At the assembly level, authenticated relocations are represented
308307
using the `@AUTH` modifier:
309308

310309
```asm
@@ -328,8 +327,7 @@ For example:
328327

329328
#### ELF Object File Representation
330329

331-
At the object file level,
332-
[Authenticated Relocations](#authenticated-global-relocation) are represented
330+
At the object file level, authenticated relocations are represented
333331
using the `R_AARCH64_AUTH_ABS64` relocation kind (with value `0xE100`).
334332

335333
The signing schema is encoded in the place of relocation to be applied

0 commit comments

Comments
 (0)