about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarrett <onkoe@protonmail.com>2024-05-04 13:28:25 -0500
committerBarrett <onkoe@protonmail.com>2024-05-04 13:28:25 -0500
commiteade8365b1b6aff3404de4d5e39818482169de29 (patch)
tree5475ceaa900df461e45b508444ffb0c486c7681b
parentd7ea27808deb5e10a0f7384e339e4e6165e33398 (diff)
downloadrust-eade8365b1b6aff3404de4d5e39818482169de29.tar.gz
rust-eade8365b1b6aff3404de4d5e39818482169de29.zip
docs(fix): incorrect Hermit links in the rustc book
the Hermit team seems to have moved from `hermitcore` to
`hermit-os` on GitHub. this change corrects the old links on its
target page.
-rw-r--r--src/doc/rustc/src/platform-support/hermit.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/rustc/src/platform-support/hermit.md b/src/doc/rustc/src/platform-support/hermit.md
index 146079e36f4..d3d74fb1bd9 100644
--- a/src/doc/rustc/src/platform-support/hermit.md
+++ b/src/doc/rustc/src/platform-support/hermit.md
@@ -4,7 +4,7 @@
 
 The [Hermit] unikernel target allows compiling your applications into self-contained, specialized unikernel images that can be run in small virtual machines.
 
-[Hermit]: https://github.com/hermitcore
+[Hermit]: https://github.com/hermit-os
 
 Target triplets available so far:
 
@@ -58,7 +58,7 @@ To compile for these targets, you will either need to build Rust with the target
 
 Building Rust programs can be done by following the tutorial in our starter application [rusty-demo].
 
-[rusty-demo]: https://github.com/hermitcore/rusty-demo
+[rusty-demo]: https://github.com/hermit-os/rusty-demo
 
 ## Testing
 
@@ -67,8 +67,8 @@ 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/hermitcore/rusty-loader
-[Uhyve]: https://github.com/hermitcore/uhyve
+[loader]: https://github.com/hermit-os/hermit-rs-template
+[Uhyve]: https://github.com/hermit-os/uhyve
 
 ## Cross-compilation toolchains and C code