We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c5441 commit 80d513aCopy full SHA for 80d513a
src/liballoc/macros.rs
@@ -84,8 +84,8 @@ macro_rules! vec {
84
/// depending on the intended destination of the string.
85
///
86
/// [fmt]: ../std/fmt/index.html
87
-/// [`print!`]: macro.print.html
88
-/// [`write!`]: macro.write.html
+/// [`print!`]: ../std/macro.print.html
+/// [`write!`]: ../std/macro.write.html
89
90
/// # Panics
91
src/libstd/macros.rs
@@ -155,7 +155,7 @@ macro_rules! print {
155
156
/// [`format!`]: ../std/macro.format.html
157
/// [`std::fmt`]: ../std/fmt/index.html
158
-/// [`eprintln!`]: ..std/macro.eprint.html
+/// [`eprintln!`]: ../std/macro.eprint.html
159
160
161
/// Panics if writing to `io::stdout` fails.
0 commit comments