]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/guide-pointers.md
typeck: remove redundant diverges code
[rust.git] / src / doc / guide-pointers.md
index dc80ec4399131470dab2876cadd8cf09ad8bd577..bafdb2fe0bbc3790867d1e8a117226f033c298ae 100644 (file)
@@ -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.