Skip to content

Commit

Permalink
Doc: fix relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Apr 5, 2018
1 parent 79c92a5 commit c03deb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/distributions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
//! All distributions support the [`Distribution`] trait, and support usage
//! via `distr.sample(&mut rng)` as well as via `rng.sample(distr)`.
//!
//! [`Distribution`]: distributions/trait.Distribution.html
//! [`Range`]: distributions/range/struct.Range.html
//! [`Standard`]: distributions/struct.Standard.html
//! [`Distribution`]: trait.Distribution.html
//! [`Range`]: range/struct.Range.html
//! [`Standard`]: struct.Standard.html
use Rng;

Expand Down

0 comments on commit c03deb6

Please sign in to comment.