about summary refs log tree commit diff
path: root/library/std/src/keyword_docs.rs
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2021-11-09 19:11:01 -0800
committerEric Huss <eric@huss.org>2021-11-09 19:11:01 -0800
commit9be22db5e13acad047cad24cc74c15d71d8b61bf (patch)
tree3ddd83a4be97176bd7525dcfa3f71adb1eab53bc /library/std/src/keyword_docs.rs
parent8b09ba6a5d5c644fe0f1c27c7f9c80b334241707 (diff)
downloadrust-9be22db5e13acad047cad24cc74c15d71d8b61bf.tar.gz
rust-9be22db5e13acad047cad24cc74c15d71d8b61bf.zip
Update books
Diffstat (limited to 'library/std/src/keyword_docs.rs')
-rw-r--r--library/std/src/keyword_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/keyword_docs.rs b/library/std/src/keyword_docs.rs
index 2e938070374..a8365071d61 100644
--- a/library/std/src/keyword_docs.rs
+++ b/library/std/src/keyword_docs.rs
@@ -182,7 +182,7 @@ mod break_keyword {}
 /// T` and `*mut T`. More about `const` as used in raw pointers can be read at the Rust docs for the [pointer primitive].
 ///
 /// [pointer primitive]: pointer
-/// [Rust Book]: ../book/ch03-01-variables-and-mutability.html#differences-between-variables-and-constants
+/// [Rust Book]: ../book/ch03-01-variables-and-mutability.html#constants
 /// [Reference]: ../reference/items/constant-items.html
 /// [const-eval]: ../reference/const_eval.html
 mod const_keyword {}