Skip to content

Commit

Permalink
broken links resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGauge committed Aug 29, 2017
1 parent 84c5441 commit 80d513a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/liballoc/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 80d513a

Please sign in to comment.