about summary refs log tree commit diff
path: root/src/libproc_macro
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2019-01-23 03:55:37 +0000
committerLzu Tao <taolzu@gmail.com>2019-02-13 14:39:25 +0000
commite7f8e63ed425cef77a9ad43e463b39009c1a495a (patch)
tree5169884b24613e1704048cf150f8eb081a3ee505 /src/libproc_macro
parent6bba352cad2117f56353d400f71e96eafa2e6bd7 (diff)
downloadrust-e7f8e63ed425cef77a9ad43e463b39009c1a495a.tar.gz
rust-e7f8e63ed425cef77a9ad43e463b39009c1a495a.zip
Convert old doc links to current edition
Use footnote style to bypass the tidy check
Diffstat (limited to 'src/libproc_macro')
-rw-r--r--src/libproc_macro/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libproc_macro/lib.rs b/src/libproc_macro/lib.rs
index 868190d0105..5533dc2c4b1 100644
--- a/src/libproc_macro/lib.rs
+++ b/src/libproc_macro/lib.rs
@@ -5,7 +5,9 @@
 //! function-like macros `#[proc_macro]`, macro attributes `#[proc_macro_attribute]` and
 //! custom derive attributes`#[proc_macro_derive]`.
 //!
-//! See [the book](../book/first-edition/procedural-macros.html) for more.
+//! See [the book] for more.
+//!
+//! [the book]: ../book/ch19-06-macros.html#procedural-macros-for-generating-code-from-attributes
 
 #![stable(feature = "proc_macro_lib", since = "1.15.0")]
 #![deny(missing_docs)]