about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxFrednet <xFrednet@gmail.com>2023-03-19 13:42:12 +0100
committerxFrednet <xFrednet@gmail.com>2023-03-19 13:42:12 +0100
commitdec6ef8a74db38ff80669255911ce7fc541d4c44 (patch)
tree3e9f008efae15590c2bd7fc5131bd1ccd019f048
parentc465bf7f67ff12b9d7246a26ea83f66f0de228da (diff)
downloadrust-dec6ef8a74db38ff80669255911ce7fc541d4c44.tar.gz
rust-dec6ef8a74db38ff80669255911ce7fc541d4c44.zip
Correct active members link in `CONTRIBUTING.md`
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--triagebot.toml1
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3158080d2b3..3df13280369 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -50,7 +50,7 @@ a [developer guide] and is a good place to start your journey.
 All issues on Clippy are mentored, if you want help simply ask someone from the
 Clippy team directly by mentioning them in the issue or over on [Zulip]. All
 currently active team members can be found
-[here](https://github.com/rust-lang/highfive/blob/master/highfive/configs/rust-lang/rust-clippy.json#L3)
+[here](https://github.com/rust-lang/rust-clippy/blob/master/triagebot.toml#L18)
 
 Some issues are easier than others. The [`good-first-issue`] label can be used to find the easy
 issues. You can use `@rustbot claim` to assign the issue to yourself.
diff --git a/triagebot.toml b/triagebot.toml
index 6f50ef932e1..3f8f6a7b98c 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -17,6 +17,7 @@ contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIB
 
 [assign.owners]
 "/.github" = ["@flip1995"]
+"/util/gh-pages" = ["@xFrednet"]
 "*" = [
     "@flip1995",
     "@Manishearth",