From e2dea5beb057dabdd7246759b4438e39179e7095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20Jaffr=C3=A9?= Date: Wed, 13 Dec 2017 20:41:21 +0100 Subject: [PATCH] Fix broken links in Rand docs (0.3 branch) Unblocks rust-lang/rust#46278. --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: