fix doc links, take 2
This commit is contained in:
+4
-4
@@ -94,10 +94,10 @@
|
||||
//! able to report the cause. Depending on the error the other [`RngCore`]
|
||||
//! methods will retry several times, and panic in case the error remains.
|
||||
//!
|
||||
//! [`EntropyRng`]: ../../rand/rngs/struct.EntropyRng.html
|
||||
//! [`RngCore`]: ../../rand_core/trait.RngCore.html
|
||||
//! [`try_fill_bytes`]: ../../rand_core/trait.RngCore.html#method.tymethod.try_fill_bytes
|
||||
//! [`ErrorKind::NotReady`]: ../../rand_core/enum.ErrorKind.html#variant.NotReady
|
||||
//! [`EntropyRng`]: ../rand/rngs/struct.EntropyRng.html
|
||||
//! [`RngCore`]: ../rand_core/trait.RngCore.html
|
||||
//! [`try_fill_bytes`]: ../rand_core/trait.RngCore.html#method.tymethod.try_fill_bytes
|
||||
//! [`ErrorKind::NotReady`]: ../rand_core/enum.ErrorKind.html#variant.NotReady
|
||||
//!
|
||||
//! [1]: http://man7.org/linux/man-pages/man2/getrandom.2.html
|
||||
//! [2]: http://man7.org/linux/man-pages/man4/urandom.4.html
|
||||
|
||||
Reference in New Issue
Block a user