about summary refs log tree commit diff
path: root/src/doc/guide-pointers.md
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/doc/guide-pointers.md
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/doc/guide-pointers.md')
-rw-r--r--src/doc/guide-pointers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-pointers.md b/src/doc/guide-pointers.md
index dc80ec43991..bafdb2fe0bb 100644
--- a/src/doc/guide-pointers.md
+++ b/src/doc/guide-pointers.md
@@ -2,6 +2,6 @@
 
 This content has been removed, with no direct replacement. Rust only
 has two built-in pointer types now,
-[references](book/references-and-borrowing.html) and [raw
+[references](book/ch04-02-references-and-borrowing.html) and [raw
 pointers](book/raw-pointers.html). Older Rusts had many more pointer
 types, they’re gone now.