diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-06-09 21:19:26 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-06-09 21:19:26 -0300 |
| commit | a01485c0da225f1565ff5ef3e12964b629269cea (patch) | |
| tree | f9a71220d2228009cddf3ef1c5b4d85371b93287 | |
| parent | e0ec3d5dc6714007725089a3c86e245ebeffe08e (diff) | |
| download | rust-a01485c0da225f1565ff5ef3e12964b629269cea.tar.gz rust-a01485c0da225f1565ff5ef3e12964b629269cea.zip | |
Fix rustc-dev-guide url
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index ccd34e8afd6..0895bafb4d1 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -42,7 +42,7 @@ Hey Windows Group! This bug has been identified as a good "Windows candidate". In case it's useful, here are some [instructions] for tackling these sorts of bugs. Maybe take a look? Thanks! <3 -[instructions]: https://rust-lang.github.io/rustc-guide/notification-groups/windows.html +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html """ label = "O-windows" @@ -52,7 +52,7 @@ Hey ARM Group! This bug has been identified as a good "ARM candidate". In case it's useful, here are some [instructions] for tackling these sorts of bugs. Maybe take a look? Thanks! <3 -[instructions]: https://rust-lang.github.io/rustc-guide/notification-groups/arm.html +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html """ label = "O-ARM" |
