about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarrett <onkoe@protonmail.com>2024-05-04 13:39:38 -0500
committerBarrett <onkoe@protonmail.com>2024-05-04 13:39:38 -0500
commitda961a8b928e96d719117c9409fd6099efc06cff (patch)
tree3cf976e5d4c9995196e2177383d20229163af725
parenteade8365b1b6aff3404de4d5e39818482169de29 (diff)
downloadrust-da961a8b928e96d719117c9409fd6099efc06cff.tar.gz
rust-da961a8b928e96d719117c9409fd6099efc06cff.zip
fix(docs): Correct Hermit links to loader + 'rusty-demo'
Both are renamed! Sorry for the initial incorrect commit,
but this should correct it. šŸ˜„
-rw-r--r--src/doc/rustc/src/platform-support/hermit.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc/src/platform-support/hermit.md b/src/doc/rustc/src/platform-support/hermit.md
index d3d74fb1bd9..9aada469acc 100644
--- a/src/doc/rustc/src/platform-support/hermit.md
+++ b/src/doc/rustc/src/platform-support/hermit.md
@@ -56,9 +56,9 @@ Rust does not yet ship pre-compiled artifacts for these targets.
 To compile for these targets, you will either need to build Rust with the targets enabled
 (see ā€œBuilding the targetsā€ above), or build your own copy of `core` by using `build-std` or similar.
 
-Building Rust programs can be done by following the tutorial in our starter application [rusty-demo].
+Building Rust programs can be done by following the tutorial in our starter application [hermit-rs-template].
 
-[rusty-demo]: https://github.com/hermit-os/rusty-demo
+[hermit-rs-template]: https://github.com/hermit-os/hermit-rs-template
 
 ## Testing
 
@@ -67,7 +67,7 @@ These images can be chainloaded by Hermit's [loader] or hypervisor ([Uhyve]).
 QEMU can be used to boot Hermit binaries using the loader on any architecture.
 The targets do not support running the Rust test suite.
 
-[loader]: https://github.com/hermit-os/hermit-rs-template
+[loader]: https://github.com/hermit-os/loader
 [Uhyve]: https://github.com/hermit-os/uhyve
 
 ## Cross-compilation toolchains and C code