diff options
| author | Philipp Krones <hello@philkrones.com> | 2020-04-08 15:50:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-08 15:50:25 +0200 |
| commit | b42bd1954af0982c3656cbcb0e869e665d37b5bc (patch) | |
| tree | f3a74a9121dae95745f2d7392dff27e23679f456 | |
| parent | 7cb5180dfb18e8230a0b021b523999a91d553688 (diff) | |
| parent | fecdb72b14031617f1245db279ddffb6840e1dac (diff) | |
| download | rust-b42bd1954af0982c3656cbcb0e869e665d37b5bc.tar.gz rust-b42bd1954af0982c3656cbcb0e869e665d37b5bc.zip | |
Rollup merge of #5422 - nickrtorres:contributing-triage, r=flip1995
CONTRIBUTING.md: fix broken triage link Fixes #5421
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12b066b83fc..50a5ee8bbf3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -222,7 +222,7 @@ You can find the Clippy bors queue [here][homu_queue]. If you have @bors permissions, you can find an overview of the available commands [here][homu_instructions]. -[triage]: https://forge.rust-lang.org/triage-procedure.html +[triage]: https://forge.rust-lang.org/release/triage-procedure.html [l-crash]: https://github.com/rust-lang/rust-clippy/labels/L-crash%20%3Aboom%3A [l-bug]: https://github.com/rust-lang/rust-clippy/labels/L-bug%20%3Abeetle%3A [homu]: https://github.com/rust-lang/homu |
