summary refs log tree commit diff
path: root/src/libcore/num
diff options
context:
space:
mode:
authorOliver Middleton <olliemail27@gmail.com>2016-04-01 23:46:58 +0100
committerOliver Middleton <olliemail27@gmail.com>2016-04-01 23:46:58 +0100
commit564ec1ae40329d0ab0e09b3902c0f2ba27744544 (patch)
tree1780fa05e63de0333266c45aa8d26f9006ff7667 /src/libcore/num
parentb0d31707cc849bd385ae8677823d1f2bcc8aba41 (diff)
downloadrust-564ec1ae40329d0ab0e09b3902c0f2ba27744544.tar.gz
rust-564ec1ae40329d0ab0e09b3902c0f2ba27744544.zip
Fix a couple of dead links on core::num::ParseFloatError docs
Diffstat (limited to 'src/libcore/num')
-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 {