We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0701f commit 6b7bcb5Copy full SHA for 6b7bcb5
src/lib.rs
@@ -150,8 +150,8 @@
150
//! on every call to `getrandom`, hence after the first successful call one
151
//! can be reasonably confident that no errors will occur.
152
//!
153
-//! [1]: http://man7.org/linux/man-pages/man2/getrandom.2.html
154
-//! [2]: http://man7.org/linux/man-pages/man4/urandom.4.html
+//! [1]: https://manned.org/getrandom.2
+//! [2]: https://manned.org/urandom.4
155
//! [3]: https://www.unix.com/man-page/mojave/2/getentropy/
156
//! [4]: https://www.unix.com/man-page/mojave/4/urandom/
157
//! [5]: https://www.freebsd.org/cgi/man.cgi?query=getrandom&manpath=FreeBSD+12.0-stable
0 commit comments