fix doc links, take 2

This commit is contained in:
newpavlov
2018-11-23 14:23:13 +03:00
parent 0cf29cc5a7
commit abecc1d27f
+4 -4
View File
@@ -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