Skip to content

Commit d989cd0

Browse files
Fix broken links in documentation
1 parent 50505aa commit d989cd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libstd/ffi/os_str.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ use sys_common::{AsInner, IntoInner, FromInner};
7070
/// [`u8`]: ../primitive.u8.html
7171
/// [`u16`]: ../primitive.u16.html
7272
/// [String.push_str]: ../string/struct.String.html#method.push_str
73-
/// [`new`]: #struct.OsString.html#method.new
74-
/// [`push`]: #struct.OsString.html#method.push
75-
/// [`as_os_str`]: #struct.OsString.html#method.as_os_str
73+
/// [`new`]: #method.new
74+
/// [`push`]: #method.push
75+
/// [`as_os_str`]: #method.as_os_str
7676
#[derive(Clone)]
7777
#[stable(feature = "rust1", since = "1.0.0")]
7878
pub struct OsString {

0 commit comments

Comments
 (0)