Skip to content

Commit 80d513a

Browse files
committed
broken links resolved
1 parent 84c5441 commit 80d513a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/liballoc/macros.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ macro_rules! vec {
8484
/// depending on the intended destination of the string.
8585
///
8686
/// [fmt]: ../std/fmt/index.html
87-
/// [`print!`]: macro.print.html
88-
/// [`write!`]: macro.write.html
87+
/// [`print!`]: ../std/macro.print.html
88+
/// [`write!`]: ../std/macro.write.html
8989
///
9090
/// # Panics
9191
///

src/libstd/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ macro_rules! print {
155155
///
156156
/// [`format!`]: ../std/macro.format.html
157157
/// [`std::fmt`]: ../std/fmt/index.html
158-
/// [`eprintln!`]: ..std/macro.eprint.html
158+
/// [`eprintln!`]: ../std/macro.eprint.html
159159
/// # Panics
160160
///
161161
/// Panics if writing to `io::stdout` fails.

0 commit comments

Comments
 (0)