diff --git a/src/lib.rs b/src/lib.rs index 3c7d2cc5149..64ca6fdcf6a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -304,8 +304,8 @@ type w32 = w; /// /// [`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: