File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4
4
//!
5
5
//! For more details, see the [`std::str`] module.
6
6
//!
7
- //! [`std::str`]: ../../std/str/index.html
7
+ //! [`std::str`]: self
8
8
9
9
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
10
10
@@ -163,13 +163,11 @@ Section: Creating a string
163
163
/// Errors which can occur when attempting to interpret a sequence of [`u8`]
164
164
/// as a string.
165
165
///
166
- /// [`u8`]: ../../std/primitive.u8.html
167
- ///
168
166
/// As such, the `from_utf8` family of functions and methods for both [`String`]s
169
167
/// and [`&str`]s make use of this error, for example.
170
168
///
171
169
/// [`String`]: ../../std/string/struct.String.html#method.from_utf8
172
- /// [`&str`]: ../../std/str/fn. from_utf8.html
170
+ /// [`&str`]: from_utf8
173
171
///
174
172
/// # Examples
175
173
///
You can’t perform that action at this time.
0 commit comments