about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAndy Gauge <andygauge@gmail.com>2017-08-29 16:39:11 -0700
committerAndy Gauge <andygauge@gmail.com>2017-08-29 16:39:11 -0700
commit80d513aaec0dae84d2af622ee06425642a7540ba (patch)
treef50d8c5aa7e719cf63fa685be3b9e321bda3a5b2 /src/libstd
parent84c5441e704a528ada704868bdb1da68c9d550f6 (diff)
downloadrust-80d513aaec0dae84d2af622ee06425642a7540ba.tar.gz
rust-80d513aaec0dae84d2af622ee06425642a7540ba.zip
broken links resolved
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs
index 8dfe7b2b54f..0330ff5950b 100644
--- a/src/libstd/macros.rs
+++ b/src/libstd/macros.rs
@@ -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.