Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit dc99034

Browse files
authored
Fix link to release tags (rust-lang#13930)
Since we do release tag it makes more sense to refer to tags page then empty releases page changelog: none
2 parents 2d8a3e8 + a7c2e4d commit dc99034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/development/infrastructure/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ git tag rust-1.XX.0 # XX should be exchanged with the correspondin
9696
git push upstream rust-1.XX.0 # `upstream` is the `rust-lang/rust-clippy` remote
9797
```
9898

99-
After this, the release should be available on the Clippy [release page].
99+
After this, the release should be available on the Clippy [tags page].
100100

101-
[release page]: https://github.com/rust-lang/rust-clippy/releases
101+
[tags page]: https://github.com/rust-lang/rust-clippy/tags
102102

103103
## Publish `clippy_utils`
104104

0 commit comments

Comments
 (0)