about summary refs log tree commit diff
path: root/src/doc/reference
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2017-02-21 17:30:00 -0500
committerSteve Klabnik <steve@steveklabnik.com>2017-02-21 21:12:56 -0500
commit06e311b66a833cc99bddbf3b7afaed609230e463 (patch)
tree63744c8d78aac8b988ee952ac52db0a34e3d3727 /src/doc/reference
parent5f325e918df85472a5919c373e9aed0605fb51c8 (diff)
downloadrust-06e311b66a833cc99bddbf3b7afaed609230e463.tar.gz
rust-06e311b66a833cc99bddbf3b7afaed609230e463.zip
get linkcheck clean
Diffstat (limited to 'src/doc/reference')
-rw-r--r--src/doc/reference/src/attributes.md2
-rw-r--r--src/doc/reference/src/macros.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/reference/src/attributes.md b/src/doc/reference/src/attributes.md
index da43e1cc057..8f3fdbf3679 100644
--- a/src/doc/reference/src/attributes.md
+++ b/src/doc/reference/src/attributes.md
@@ -317,7 +317,7 @@ For any lint check `C`:
 
 The lint checks supported by the compiler can be found via `rustc -W help`,
 along with their default settings.  [Compiler
-plugins](../book/compiler-plugins.html#lint-plugins) can provide additional
+plugins](../unstable-book/plugin.html#lint-plugins) can provide additional
 lint checks.
 
 ```{.ignore}
diff --git a/src/doc/reference/src/macros.md b/src/doc/reference/src/macros.md
index 9ec5f2d6945..d64c40dcad8 100644
--- a/src/doc/reference/src/macros.md
+++ b/src/doc/reference/src/macros.md
@@ -14,4 +14,4 @@ And one unstable way: [compiler plugins].
 
 [Macros]: ../book/macros.html
 [Procedural Macros]: ../book/procedural-macros.html
-[compiler plugins]: ../book/compiler-plugins.html
+[compiler plugins]: ../unstable-book/plugin.html