We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034f3d2 commit a7c2e4dCopy full SHA for a7c2e4d
book/src/development/infrastructure/release.md
@@ -96,9 +96,9 @@ git tag rust-1.XX.0 # XX should be exchanged with the correspondin
96
git push upstream rust-1.XX.0 # `upstream` is the `rust-lang/rust-clippy` remote
97
```
98
99
-After this, the release should be available on the Clippy [release page].
+After this, the release should be available on the Clippy [tags page].
100
101
-[release page]: https://github.com/rust-lang/rust-clippy/releases
+[tags page]: https://github.com/rust-lang/rust-clippy/tags
102
103
## Publish `clippy_utils`
104
0 commit comments