@@ -90,7 +90,7 @@ implemented.
90
90
The Cargo project uses several bots:
91
91
92
92
* [ GitHub Actions] are used to automatically run all tests for each PR.
93
- * [ triagebot] automatically assigns reviewers for PRs, see [ Assignment] for
93
+ * [ triagebot] automatically assigns reviewers for PRs, see [ PR Assignment] for
94
94
how to configure.
95
95
* [ bors] is used to merge PRs. See [ The merging process] .
96
96
* [ triagebot] is used for assigning issues to non-members, see [ Issue
@@ -100,20 +100,20 @@ The Cargo project uses several bots:
100
100
[ bors ] : https://buildbot2.rust-lang.org/homu/
101
101
[ The merging process ] : working-on-cargo.md#the-merging-process
102
102
[ GitHub Actions ] : https://github.com/features/actions
103
- [ triagebot ] : https://github.com/ rust-lang/triagebot/wiki
103
+ [ triagebot ] : https://forge. rust-lang.org /triagebot/index.html
104
104
[ rfcbot ] : https://github.com/rust-lang/rfcbot-rs
105
- [ Assignment ] : https://github.com/ rust-lang/triagebot/wiki/Assignment
105
+ [ PR Assignment] : https://forge. rust-lang.org /triagebot/pr-assignment.html
106
106
107
107
## Issue assignment
108
108
109
109
Normally, if you plan to work on an issue that has been marked with the
110
110
[ S-accepted] label, it is sufficient just to leave a comment that you are
111
111
working on it. We also have a bot that allows you to formally claim an issue
112
- by entering the text ` @rustbot claim ` in a comment. See the [ Assignment] docs
112
+ by entering the text ` @rustbot claim ` in a comment. See the [ Issue Assignment] docs
113
113
on how this works.
114
114
115
115
116
- [ Assignment ] : https://github.com/ rust-lang/triagebot/wiki/Assignment
116
+ [ Issue Assignment] : https://forge. rust-lang.org /triagebot/issue-assignment.html
117
117
[ team ] : https://www.rust-lang.org/governance/teams/dev-tools#cargo
118
118
[ Zulip ] : https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo
119
119
[ issue-feature-request ] : https://github.com/rust-lang/cargo/labels/C-feature-request
0 commit comments