From a01485c0da225f1565ff5ef3e12964b629269cea Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 9 Jun 2020 21:19:26 -0300 Subject: [PATCH] Fix rustc-dev-guide url --- triagebot.toml | 4 ++-- 1 file 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"