File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ struct SipHasher24 {
3838/// SipHash is a general-purpose hashing function: it runs at a good
3939/// speed (competitive with Spooky and City) and permits strong _keyed_
4040/// hashing. This lets you key your hash tables from a strong RNG, such as
41- /// [`rand::os::OsRng`](https://doc.rust-lang.org /rand/rand/os /struct.OsRng.html).
41+ /// [`rand::os::OsRng`](https://docs.rs /rand/latest/ rand/rngs /struct.OsRng.html).
4242///
4343/// Although the SipHash algorithm is considered to be generally strong,
4444/// it is not intended for cryptographic purposes. As such, all
Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ impl<T> MaybeUninit<T> {
865865 ///
866866 /// For instance, you cannot [`Read`] into an uninitialized buffer:
867867 ///
868- /// [`Read`]: https://doc.rust-lang.org /std/io/trait.Read.html
868+ /// [`Read`]: ../.. /std/io/trait.Read.html
869869 ///
870870 /// ```rust,no_run
871871 /// use std::{io, mem::MaybeUninit};
You can’t perform that action at this time.
0 commit comments