Skip to content

Commit

Permalink
Merge pull request #207 from MaloJaffre/patch-2
Browse files Browse the repository at this point in the history
Fix broken links in Rand docs (0.3 branch)
  • Loading branch information
dhardy committed Dec 13, 2017
2 parents 28bae22 + e2dea5b commit 2aa1e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ type w32 = w<u32>;
///
/// [`Open01`]: struct.Open01.html
/// [`Closed01`]: struct.Closed01.html
/// [`Exp1`]: struct.Exp1.html
/// [`StandardNormal`]: struct.StandardNormal.html
/// [`Exp1`]: distributions/exponential/struct.Exp1.html
/// [`StandardNormal`]: distributions/normal/struct.StandardNormal.html
///
/// The following aggregate types also implement `Rand` as long as their
/// component types implement it:
Expand Down

0 comments on commit 2aa1e68

Please sign in to comment.