Skip to content

Commit da961a8

Browse files
committed
fix(docs): Correct Hermit links to loader + 'rusty-demo'
Both are renamed! Sorry for the initial incorrect commit, but this should correct it. 😄
1 parent eade836 commit da961a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustc/src/platform-support/hermit.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Rust does not yet ship pre-compiled artifacts for these targets.
5656
To compile for these targets, you will either need to build Rust with the targets enabled
5757
(see “Building the targets” above), or build your own copy of `core` by using `build-std` or similar.
5858

59-
Building Rust programs can be done by following the tutorial in our starter application [rusty-demo].
59+
Building Rust programs can be done by following the tutorial in our starter application [hermit-rs-template].
6060

61-
[rusty-demo]: https://github.com/hermit-os/rusty-demo
61+
[hermit-rs-template]: https://github.com/hermit-os/hermit-rs-template
6262

6363
## Testing
6464

@@ -67,7 +67,7 @@ These images can be chainloaded by Hermit's [loader] or hypervisor ([Uhyve]).
6767
QEMU can be used to boot Hermit binaries using the loader on any architecture.
6868
The targets do not support running the Rust test suite.
6969

70-
[loader]: https://github.com/hermit-os/hermit-rs-template
70+
[loader]: https://github.com/hermit-os/loader
7171
[Uhyve]: https://github.com/hermit-os/uhyve
7272

7373
## Cross-compilation toolchains and C code

0 commit comments

Comments
 (0)