about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-12-29 18:50:30 +0800
committerGitHub <noreply@github.com>2018-12-29 18:50:30 +0800
commitaed3eaafee556885dca6b3c983a0182e41ae91fe (patch)
treeeb7939d08ea1c5368f288dd881f0740b7a5efc15
parent9a67b1888859d33312f5fc6fcc7cdebf85cc1e7c (diff)
parentd30465fbfc296efaadb7e65b888f846b28240fb8 (diff)
downloadrust-aed3eaafee556885dca6b3c983a0182e41ae91fe.tar.gz
rust-aed3eaafee556885dca6b3c983a0182e41ae91fe.zip
Rollup merge of #57174 - linclark:patch-1, r=varkor
Update link to rustc guide
-rw-r--r--src/librustc_borrowck/borrowck/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_borrowck/borrowck/README.md b/src/librustc_borrowck/borrowck/README.md
index a05c56e3629..6c47e8784e0 100644
--- a/src/librustc_borrowck/borrowck/README.md
+++ b/src/librustc_borrowck/borrowck/README.md
@@ -3,7 +3,7 @@
 > WARNING: This README is more or less obsolete, and will be removed
 > soon! The new system is described in the [rustc guide].
 
-[rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
+[rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check.html
 
 This pass has the job of enforcing memory safety. This is a subtle
 topic. This docs aim to explain both the practice and the theory