Skip to content

Commit 25bc1ac

Browse files
committed
Fix doc links
Arguably the doc links and root URL are wrong, but they avoid broken links and will do for now.
1 parent 557ee8f commit 25bc1ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
//! [15]: https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback
9292
//! [16]: #support-for-webassembly-and-amsjs
9393
94+
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
95+
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
96+
html_root_url = "https://rust-random.github.io/rand/")]
97+
9498
#![no_std]
9599

96100
#[cfg(not(target_env = "sgx"))]

0 commit comments

Comments
 (0)