Skip to content

Commit e186740

Browse files
authored
Rollup merge of #124723 - onkoe:issue-124722-fix, r=workingjubilee
Use correct Hermit links in The `rustc` Book As is, this documentation links to the old Hermit organization, `hermitcore`, which isn't used anymore. I've updated the links to point to the new organization. This PR also changes the incorrect "rusty loader" link to point to the new `hermit-rs-template` repo. (fixes #124722)
2 parents 4577b1a + 3abefa1 commit e186740

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
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

@@ -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+
As all Hermit programs are unikernels, building a Rust program also requires including the operating system code. A guide for doing so is provided in our starter [hermit-rs-template].
6060

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

7373
## Cross-compilation toolchains and C code
7474

0 commit comments

Comments
 (0)