From 6404a0f2f822aaa698a3601937eae90beba56228 Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Mon, 8 May 2023 22:18:10 -0400 Subject: [PATCH] Fix broken link to maintainers page --- doc/contributing/making_changes_to_stdlibs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/making_changes_to_stdlibs.md b/doc/contributing/making_changes_to_stdlibs.md index ef3811ea127825..3b33092fead20f 100644 --- a/doc/contributing/making_changes_to_stdlibs.md +++ b/doc/contributing/making_changes_to_stdlibs.md @@ -8,7 +8,7 @@ For example, CSV lives in [a separate repository](https://github.com/ruby/csv) a ## Maintainers -You can find the list of maintainers [here](https://docs.ruby-lang.org/en/master/maintainers_rdoc.html#label-Maintainers). +You can find the list of maintainers [here](https://docs.ruby-lang.org/en/master/maintainers_md.html#label-Maintainers). ## Build