diff --git a/info.toml b/info.toml
index c5f22f9..042172d 100644
--- a/info.toml
+++ b/info.toml
@@ -84,7 +84,7 @@ Constants are always immutable and they are declared with keyword 'const' rather
 than keyword 'let'.
 Constants types must also always be annotated.
 
-Read more about constants under 'Differences Between Variables and Constants' in the book's section 'Variables and Mutability':
+Read more about constants and the differences between variables and constants under 'Constants' in the book's section 'Variables and Mutability':
 https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#constants
 """