From a2b0cd85e3a57cd63cbce9bc24500afb0fa062c6 Mon Sep 17 00:00:00 2001 From: Jeffrey 'Alex' Clark Date: Tue, 14 Apr 2026 15:48:00 -0400 Subject: [PATCH] PYTHON-5795 Fix absolute link to CONTRIBUTING.md in README.md (#2756) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c28ef713b..703e000dc 100644 --- a/README.md +++ b/README.md @@ -216,4 +216,4 @@ pip install -e ".[test]" pytest ``` -For more advanced testing scenarios, see the [contributing guide](./CONTRIBUTING.md#running-tests-locally). +For more advanced testing scenarios, see the [contributing guide](https://github.com/mongodb/mongo-python-driver/blob/master/CONTRIBUTING.md#running-tests-locally).