Skip to content

Commit 2aa1e68

Browse files
authored
Merge pull request #207 from MaloJaffre/patch-2
Fix broken links in Rand docs (0.3 branch)
2 parents 28bae22 + e2dea5b commit 2aa1e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ type w32 = w<u32>;
304304
///
305305
/// [`Open01`]: struct.Open01.html
306306
/// [`Closed01`]: struct.Closed01.html
307-
/// [`Exp1`]: struct.Exp1.html
308-
/// [`StandardNormal`]: struct.StandardNormal.html
307+
/// [`Exp1`]: distributions/exponential/struct.Exp1.html
308+
/// [`StandardNormal`]: distributions/normal/struct.StandardNormal.html
309309
///
310310
/// The following aggregate types also implement `Rand` as long as their
311311
/// component types implement it:

0 commit comments

Comments
 (0)