about summary refs log tree commit diff
path: root/src/doc/trpl
diff options
context:
space:
mode:
authordiwic <diwic@users.noreply.github.com>2015-04-26 20:32:14 +0200
committerdiwic <diwic@users.noreply.github.com>2015-04-26 20:32:14 +0200
commitd2d8898423927e3bfe07ad4f06f4b203deef5da5 (patch)
treeb0744361b2a827af10559e09f15cdce9b2297be9 /src/doc/trpl
parent314b1f16b7d359be42ef38d96523b33ad1480380 (diff)
downloadrust-d2d8898423927e3bfe07ad4f06f4b203deef5da5.tar.gz
rust-d2d8898423927e3bfe07ad4f06f4b203deef5da5.zip
book: Fix broken link to unsafe chapter
Diffstat (limited to 'src/doc/trpl')
-rw-r--r--src/doc/trpl/const-and-static.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/trpl/const-and-static.md b/src/doc/trpl/const-and-static.md
index a9d33ccf1f3..57cbb621396 100644
--- a/src/doc/trpl/const-and-static.md
+++ b/src/doc/trpl/const-and-static.md
@@ -66,6 +66,8 @@ unsafe {
 }
 ```
 
+[unsafe]: unsafe.html
+
 Furthermore, any type stored in a `static` must be `Sync`.
 
 # Initializing