Skip to content

Commit 6eca4e2

Browse files
lsf37nspin
authored andcommitted
Changes hashes to links in introduction
These trigger the link checker on the docsite Signed-off-by: Gerwin Klein <[email protected]>
1 parent c3111ff commit 6eca4e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The exports of this project covered in this tutorial are:
1717
- A runtime for [seL4 Microkit](https://github.com/seL4/microkit) protection domains
1818
- Custom rustc [target specifications](https://docs.rust-embedded.org/embedonomicon/custom-target.html) for seL4 userspace
1919

20-
[Part I](#the-root-task) covers the Rust bindings for the seL4 API and the runtime for root tasks.
20+
[Part I](root-task/) covers the Rust bindings for the seL4 API and the runtime for root tasks.
2121
Familiarity with the seL4 API isn't necessarily assumed or required, but this text doesn't introduce its elements in as much detail as the {{#manual_link [seL4 Manual]}}.
2222

23-
[Part II](#sel4-microkit) is much shorter, and covers the Rust language runtime for seL4 Microkit protection domains and implementation of the Microkit API.
23+
[Part II](microkit/) is much shorter, and covers the Rust language runtime for seL4 Microkit protection domains and implementation of the Microkit API.
2424
This part does assume that the reader is familiar with the basics of the Microkit framework and API, or is using a companion resource to learn about the Microkit in parallel.

0 commit comments

Comments
 (0)