about summary refs log tree commit diff
diff options
context:
space:
mode:
authoralexey semenyuk <alexsemenyuk88@gmail.com>2025-01-02 22:31:36 +0500
committerAlexey Semenyuk <alexsemenyuk88@gmail.com>2025-01-02 22:41:44 +0500
commita7c2e4d750a8448f6623b6554346ea09db82aff2 (patch)
tree5c43f1917f32bcefd0062df908236394a7de7bba
parent034f3d224ca797ecc7c92ece4d87c94df6afed02 (diff)
downloadrust-a7c2e4d750a8448f6623b6554346ea09db82aff2.tar.gz
rust-a7c2e4d750a8448f6623b6554346ea09db82aff2.zip
Fix link to release tags
-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`