@@ -41,7 +41,7 @@ macro_rules! panic {
41
41
/// Use `print!` only for the primary output of your program. Use
42
42
/// [`eprint!`] instead to print error and progress messages.
43
43
///
44
- /// See [ the formatting documentation in `std::fmt`](../std/ fmt/index.html )
44
+ /// See the formatting documentation in [ `std::fmt`](crate:: fmt)
45
45
/// for details of the macro argument syntax.
46
46
///
47
47
/// [flush]: crate::io::Write::flush
@@ -106,7 +106,7 @@ macro_rules! print {
106
106
/// Use `println!` only for the primary output of your program. Use
107
107
/// [`eprintln!`] instead to print error and progress messages.
108
108
///
109
- /// See [ the formatting documentation in `std::fmt`](../std/ fmt/index.html )
109
+ /// See the formatting documentation in [ `std::fmt`](crate:: fmt)
110
110
/// for details of the macro argument syntax.
111
111
///
112
112
/// [`std::fmt`]: crate::fmt
@@ -156,7 +156,7 @@ macro_rules! println {
156
156
/// [`io::stderr`]: crate::io::stderr
157
157
/// [`io::stdout`]: crate::io::stdout
158
158
///
159
- /// See [ the formatting documentation in `std::fmt`](../std/ fmt/index.html )
159
+ /// See the formatting documentation in [ `std::fmt`](crate:: fmt)
160
160
/// for details of the macro argument syntax.
161
161
///
162
162
/// # Panics
@@ -190,7 +190,7 @@ macro_rules! eprint {
190
190
/// Use `eprintln!` only for error and progress messages. Use `println!`
191
191
/// instead for the primary output of your program.
192
192
///
193
- /// See [ the formatting documentation in `std::fmt`](../std/ fmt/index.html )
193
+ /// See the formatting documentation in [ `std::fmt`](crate:: fmt)
194
194
/// for details of the macro argument syntax.
195
195
///
196
196
/// [`io::stderr`]: crate::io::stderr
0 commit comments