diff options
| author | Andy Gauge <andygauge@gmail.com> | 2017-08-29 16:39:11 -0700 |
|---|---|---|
| committer | Andy Gauge <andygauge@gmail.com> | 2017-08-29 16:39:11 -0700 |
| commit | 80d513aaec0dae84d2af622ee06425642a7540ba (patch) | |
| tree | f50d8c5aa7e719cf63fa685be3b9e321bda3a5b2 /src/liballoc | |
| parent | 84c5441e704a528ada704868bdb1da68c9d550f6 (diff) | |
| download | rust-80d513aaec0dae84d2af622ee06425642a7540ba.tar.gz rust-80d513aaec0dae84d2af622ee06425642a7540ba.zip | |
broken links resolved
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/macros.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liballoc/macros.rs b/src/liballoc/macros.rs index d489229e27c..43ebaa4fbdb 100644 --- a/src/liballoc/macros.rs +++ b/src/liballoc/macros.rs @@ -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 /// |
