about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--book/src/development/infrastructure/release.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/development/infrastructure/release.md b/book/src/development/infrastructure/release.md
index 20b870eb69a..8b080c099b8 100644
--- a/book/src/development/infrastructure/release.md
+++ b/book/src/development/infrastructure/release.md
@@ -96,9 +96,9 @@ git tag rust-1.XX.0               # XX should be exchanged with the correspondin
 git push upstream rust-1.XX.0     # `upstream` is the `rust-lang/rust-clippy` remote
 ```
 
-After this, the release should be available on the Clippy [release page].
+After this, the release should be available on the Clippy [tags page].
 
-[release page]: https://github.com/rust-lang/rust-clippy/releases
+[tags page]: https://github.com/rust-lang/rust-clippy/tags
 
 ## Publish `clippy_utils`