From e41a6ba6255780bcc2410a4cc1ebad6793cfcc94 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Mon, 21 Apr 2025 11:36:12 -0400 Subject: [PATCH] DOCS: Fix link to contributor responsibilities (#3528) --- documentation/writing-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/writing-providers.md b/documentation/writing-providers.md index 5f2626aa3..73fc42306 100644 --- a/documentation/writing-providers.md +++ b/documentation/writing-providers.md @@ -219,7 +219,7 @@ an automated way to test for this bug. The manual steps are here in * Add the name of the provider to the PROVIDERS list. * Edit `documentation/providers.md`: * Remove the provider from the `Requested providers` list (near the end of the doc) (if needed). - * Add the new provider to the [Providers with "contributor support"](provider/index.md#providers-with-contributor-support) section. + * Add the new provider to the [Providers with "contributor support"](provider/index#providers-with-contributor-support) section. * Edit `documentation/SUMMARY.md`: * Add the provider to the "Providers" list. * Create `documentation/provider/PROVIDERNAME.md`: