From 92a61018f1f15f7082bb512e599a54d8aa16a77f Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Wed, 4 Oct 2023 15:33:11 +0200 Subject: [PATCH] Update broken link to hermit docs Fixes: https://github.com/rust-random/getrandom/issues/373 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index cd8a9602..91bce3ef 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -180,7 +180,7 @@ //! [`module`]: https://rustwasm.github.io/wasm-bindgen/reference/attributes/on-js-imports/module.html //! [CommonJS modules]: https://nodejs.org/api/modules.html //! [ES modules]: https://nodejs.org/api/esm.html -//! [`sys_read_entropy`]: https://hermitcore.github.io/libhermit-rs/hermit/fn.sys_read_entropy.html +//! [`sys_read_entropy`]: https://docs.rs/hermit-abi/0.3.3/hermit_abi/fn.read_entropy.html #![doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",