From f6c3833026e24804499f64a1bc755bcdd68a0746 Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Mon, 16 Jun 2025 15:19:30 +0100 Subject: [PATCH] Fix broken contributing link The file extension of this URL wasn't updated in https://github.com/pallets/quart/pull/386. This change fixes that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a32ea6..0d89a20 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ follow our [contributing guide]. [GitHub]: https://github.com/pallets/quart [issue]: https://github.com/pallets/quart/issues -[contributing guide]: https://github.com/pallets/quart/CONTRIBUTING.rst +[contributing guide]: https://github.com/pallets/quart/CONTRIBUTING.md ## Help