Skip to content

Commit eade836

Browse files
committed
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.
1 parent d7ea278 commit eade836

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The [Hermit] unikernel target allows compiling your applications into self-contained, specialized unikernel images that can be run in small virtual machines.
66

7-
[Hermit]: https://github.com/hermitcore
7+
[Hermit]: https://github.com/hermit-os
88

99
Target triplets available so far:
1010

@@ -58,7 +58,7 @@ To compile for these targets, you will either need to build Rust with the target
5858

5959
Building Rust programs can be done by following the tutorial in our starter application [rusty-demo].
6060

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

6363
## Testing
6464

@@ -67,8 +67,8 @@ 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/hermitcore/rusty-loader
71-
[Uhyve]: https://github.com/hermitcore/uhyve
70+
[loader]: https://github.com/hermit-os/hermit-rs-template
71+
[Uhyve]: https://github.com/hermit-os/uhyve
7272

7373
## Cross-compilation toolchains and C code
7474

0 commit comments

Comments
 (0)