Skip to content

Commit 564ec1a

Browse files
committed
Fix a couple of dead links on core::num::ParseFloatError docs
1 parent b0d3170 commit 564ec1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/num/dec2flt/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ from_str_float_impl!(f64);
154154
/// for [`f32`] and [`f64`].
155155
///
156156
/// [`FromStr`]: ../str/trait.FromStr.html
157-
/// [`f32`]: ../primitive.f32.html
158-
/// [`f64`]: ../primitive.f64.html
157+
/// [`f32`]: ../../std/primitive.f32.html
158+
/// [`f64`]: ../../std/primitive.f64.html
159159
#[derive(Debug, Clone, PartialEq)]
160160
#[stable(feature = "rust1", since = "1.0.0")]
161161
pub struct ParseFloatError {

0 commit comments

Comments
 (0)