about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-04-03 12:11:57 -0700
committerbors <bors@rust-lang.org>2016-04-03 12:11:57 -0700
commit9c2186d4d7427deef9d7c40cd34bf915904a6b09 (patch)
treecc6dbe4ac30abce1dec042b0b3137ed5de49a5b2 /src
parentc0b8c438203ada8768f2f8ea7c750131744f97ef (diff)
parent564ec1ae40329d0ab0e09b3902c0f2ba27744544 (diff)
Auto merge of #32672 - ollie27:patch-5, r=alexcrichton
Fix a couple of dead links on core::num::ParseFloatError docs
Diffstat (limited to 'src')
-rw-r--r--src/libcore/num/dec2flt/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/num/dec2flt/mod.rs b/src/libcore/num/dec2flt/mod.rs
index 484810783a4..022bd84f4c8 100644
--- a/src/libcore/num/dec2flt/mod.rs
+++ b/src/libcore/num/dec2flt/mod.rs
@@ -154,8 +154,8 @@ from_str_float_impl!(f64);
 /// for [`f32`] and [`f64`].
 ///
 /// [`FromStr`]: ../str/trait.FromStr.html
-/// [`f32`]: ../primitive.f32.html
-/// [`f64`]: ../primitive.f64.html
+/// [`f32`]: ../../std/primitive.f32.html
+/// [`f64`]: ../../std/primitive.f64.html
 #[derive(Debug, Clone, PartialEq)]
 #[stable(feature = "rust1", since = "1.0.0")]
 pub struct ParseFloatError {