File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ macro_rules! forward_ref_binop {
217
217
/// [std::time::SystemTime] implements `Add<Duration>`, which permits
218
218
/// operations of the form `SystemTime = SystemTime + Duration`.
219
219
///
220
- /// [std::time::SystemTime]: ../time/struct.SystemTime.html
220
+ /// [std::time::SystemTime]: ../../std/ time/struct.SystemTime.html
221
221
#[ lang = "add" ]
222
222
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
223
223
pub trait Add < RHS =Self > {
@@ -290,7 +290,7 @@ add_impl! { usize u8 u16 u32 u64 isize i8 i16 i32 i64 f32 f64 }
290
290
/// [std::time::SystemTime] implements `Sub<Duration>`, which permits
291
291
/// operations of the form `SystemTime = SystemTime - Duration`.
292
292
///
293
- /// [std::time::SystemTime]: ../time/struct.SystemTime.html
293
+ /// [std::time::SystemTime]: ../../std/ time/struct.SystemTime.html
294
294
#[ lang = "sub" ]
295
295
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
296
296
pub trait Sub < RHS =Self > {
You can’t perform that action at this time.
0 commit comments