]> git.lizzy.rs Git - rust.git/commitdiff
broken links resolved
authorAndy Gauge <andygauge@gmail.com>
Tue, 29 Aug 2017 23:39:11 +0000 (16:39 -0700)
committerAndy Gauge <andygauge@gmail.com>
Tue, 29 Aug 2017 23:39:11 +0000 (16:39 -0700)
src/liballoc/macros.rs
src/libstd/macros.rs

index d489229e27caf85563a018e5a43006dc8591c2fe..43ebaa4fbdb3f17a0024a61c81abdf2b1bc4ae6b 100644 (file)
@@ -84,8 +84,8 @@ macro_rules! vec {
 /// depending on the intended destination of the string.
 ///
 /// [fmt]: ../std/fmt/index.html
-/// [`print!`]: macro.print.html
-/// [`write!`]: macro.write.html
+/// [`print!`]: ../std/macro.print.html
+/// [`write!`]: ../std/macro.write.html
 ///
 /// # Panics
 ///
index 8dfe7b2b54f5a17f38c327e811668e39798b2d0e..0330ff5950b01774087f36d375de139c888085a9 100644 (file)
@@ -155,7 +155,7 @@ macro_rules! print {
 ///
 /// [`format!`]: ../std/macro.format.html
 /// [`std::fmt`]: ../std/fmt/index.html
-/// [`eprintln!`]: ..std/macro.eprint.html
+/// [`eprintln!`]: ../std/macro.eprint.html
 /// # Panics
 ///
 /// Panics if writing to `io::stdout` fails.