Skip to content

Commit 0280773

Browse files
committed
Auto merge of #12265 - ehuss:triagebot-links, r=weihanglo
Update triagebot links. The triagebot documentation has moved as part of rust-lang/rust-forge#687. This updates the links to the new location.
2 parents 1356e7c + 3d3168b commit 0280773

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
for each revision from the same git repository.
599599
[#10690](https://github.com/rust-lang/cargo/pull/1090)
600600
- Cargo contributors can relabel issues via triagebot.
601-
[doc](https://github.com/rust-lang/triagebot/wiki/Labeling)
601+
[doc](https://forge.rust-lang.org/triagebot/labeling.html)
602602
[#11498](https://github.com/rust-lang/cargo/pull/11498)
603603
- Cargo contributors can write tests in containers.
604604
[#11583](https://github.com/rust-lang/cargo/pull/11583)

src/doc/contrib/src/process/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ implemented.
9090
The Cargo project uses several bots:
9191

9292
* [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
9494
how to configure.
9595
* [bors] is used to merge PRs. See [The merging process].
9696
* [triagebot] is used for assigning issues to non-members, see [Issue
@@ -100,20 +100,20 @@ The Cargo project uses several bots:
100100
[bors]: https://buildbot2.rust-lang.org/homu/
101101
[The merging process]: working-on-cargo.md#the-merging-process
102102
[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
104104
[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
106106

107107
## Issue assignment
108108

109109
Normally, if you plan to work on an issue that has been marked with the
110110
[S-accepted] label, it is sufficient just to leave a comment that you are
111111
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
113113
on how this works.
114114

115115

116-
[Assignment]: https://github.com/rust-lang/triagebot/wiki/Assignment
116+
[Issue Assignment]: https://forge.rust-lang.org/triagebot/issue-assignment.html
117117
[team]: https://www.rust-lang.org/governance/teams/dev-tools#cargo
118118
[Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo
119119
[issue-feature-request]: https://github.com/rust-lang/cargo/labels/C-feature-request

src/doc/contrib/src/process/working-on-cargo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ More information about these commands can be found at the [shortcuts documentati
135135
[`S-waiting-on-review`]: https://github.com/rust-lang/cargo/labels/S-waiting-on-review
136136
[`S-waiting-on-author`]: https://github.com/rust-lang/cargo/labels/S-waiting-on-author
137137
[`@rustbot`]: https://github.com/rustbot
138-
[shortcuts documentation]: https://github.com/rust-lang/triagebot/wiki/Shortcuts
138+
[shortcuts documentation]: https://forge.rust-lang.org/triagebot/shortcuts.html
139139

140140
## The merging process
141141

0 commit comments

Comments
 (0)