mirror of https://github.com/rust-lang/rust.git
Update contributing links for rustc-dev-guide changes
- Remove unused reference link in CONTRIBUTING.md - Change the contributing_url for triagebot to the getting started page
This commit is contained in:
parent
f2d9a3d077
commit
e6989d2959
|
@ -33,7 +33,6 @@ find a mentor! You can learn more about asking questions and getting help in the
|
|||
Did a compiler error message tell you to come here? If you want to create an ICE report,
|
||||
refer to [this section][contributing-bug-reports] and [open an issue][issue template].
|
||||
|
||||
[Contributing to Rust]: https://rustc-dev-guide.rust-lang.org/contributing.html#contributing-to-rust
|
||||
[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
|
||||
[std-dev-guide]: https://std-dev-guide.rust-lang.org/
|
||||
[contributing-bug-reports]: https://rustc-dev-guide.rust-lang.org/contributing.html#bug-reports
|
||||
|
|
|
@ -482,7 +482,7 @@ message = "This PR changes src/bootstrap/defaults/config.codegen.toml. If approp
|
|||
|
||||
[assign]
|
||||
warn_non_default_branch = true
|
||||
contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"
|
||||
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
|
||||
|
||||
[assign.adhoc_groups]
|
||||
compiler-team = [
|
||||
|
|
Loading…
Reference in New Issue