Skip to content

Commit f335c2f

Browse files
authored
Merge pull request #2708 from reddevilmidzy/wa
Update 'Working groups' to 'Working areas' in docs
2 parents 37d9df8 + c660985 commit f335c2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The following tasks are doable without much background knowledge but are incredi
179179
to read a part of the code and write doc comments for it.
180180
This will help you to learn some part of the compiler while also producing a useful artifact!
181181
- [Triaging issues][triage]: categorizing, replicating, and minimizing issues is very helpful to the Rust maintainers.
182-
- [Working groups][wg]: there are a bunch of working groups on a wide variety
182+
- [Working areas][wa]: there are a bunch of working areas on a wide variety
183183
of rust-related things.
184184
- Answer questions on [users.rust-lang.org][users], or on [Stack Overflow][so].
185185
- Participate in the [RFC process](https://github.com/rust-lang/rfcs).
@@ -191,7 +191,7 @@ The following tasks are doable without much background knowledge but are incredi
191191
[so]: http://stackoverflow.com/questions/tagged/rust
192192
[community-library]: https://github.com/rust-lang/rfcs/labels/A-community-library
193193
[wd]: ./contributing.md#writing-documentation
194-
[wg]: https://rust-lang.github.io/compiler-team/working-groups/
194+
[wa]: https://forge.rust-lang.org/compiler/working-areas.html
195195
[triage]: ./contributing.md#issue-triage
196196

197197
## Cloning and Building

0 commit comments

Comments
 (0)