]> git.lizzy.rs Git - rust.git/commitdiff
Fix a couple of dead links on core::num::ParseFloatError docs
authorOliver Middleton <olliemail27@gmail.com>
Fri, 1 Apr 2016 22:46:58 +0000 (23:46 +0100)
committerOliver Middleton <olliemail27@gmail.com>
Fri, 1 Apr 2016 22:46:58 +0000 (23:46 +0100)
src/libcore/num/dec2flt/mod.rs

index 484810783a45ec5de1b5dea9e765cde511a1ff0f..022bd84f4c8417e3ef352a0f493f618b4de0749b 100644 (file)
@@ -154,8 +154,8 @@ fn from_str(src: &str) -> Result<Self, ParseFloatError> {
 /// 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 {