Skip to content

Commit

Permalink
Fix broken links in Rand docs (0.3 branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloJaffre committed Dec 13, 2017
1 parent 28bae22 commit e2dea5b
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 e2dea5b

Please sign in to comment.