]> git.proxmox.com Git - rustc.git/blobdiff - src/libcore/macros.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / libcore / macros.rs
index 154ca30c62dd148398744744912fed670a34ada3..f923668688b8c2ef18b3266318d45bb8f14b76eb 100644 (file)
@@ -206,8 +206,8 @@ macro_rules! try {
 ///
 /// See [`std::fmt`][fmt] for more information on format syntax.
 ///
-/// [fmt]: fmt/index.html
-/// [write]: io/trait.Write.html
+/// [fmt]: ../std/fmt/index.html
+/// [write]: ../std/io/trait.Write.html
 ///
 /// # Examples
 ///
@@ -232,8 +232,8 @@ macro_rules! write {
 ///
 /// See [`std::fmt`][fmt] for more information on format syntax.
 ///
-/// [fmt]: fmt/index.html
-/// [write]: io/trait.Write.html
+/// [fmt]: ../std/fmt/index.html
+/// [write]: ../std/io/trait.Write.html
 ///
 /// # Examples
 ///