We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8ca32 commit 35808a4Copy full SHA for 35808a4
src/lib.rs
@@ -180,7 +180,7 @@
180
//! [`module`]: https://rustwasm.github.io/wasm-bindgen/reference/attributes/on-js-imports/module.html
181
//! [CommonJS modules]: https://nodejs.org/api/modules.html
182
//! [ES modules]: https://nodejs.org/api/esm.html
183
-//! [`sys_read_entropy`]: https://hermitcore.github.io/libhermit-rs/hermit/fn.sys_read_entropy.html
+//! [`sys_read_entropy`]: https://github.com/hermit-os/kernel/blob/315f58ff5efc81d9bf0618af85a59963ff55f8b1/src/syscalls/entropy.rs#L47-L55
184
185
#![doc(
186
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
0 commit comments