From abecc1d27fb81f5620e4bdcc3bbebad06be2d310 Mon Sep 17 00:00:00 2001 From: newpavlov Date: Fri, 23 Nov 2018 14:23:13 +0300 Subject: [PATCH] fix doc links, take 2 --- rand_os/src/lib.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rand_os/src/lib.rs b/rand_os/src/lib.rs index 214f9978..87803f61 100644 --- a/rand_os/src/lib.rs +++ b/rand_os/src/lib.rs @@ -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