PYTHON-5795 Fix absolute link to CONTRIBUTING.md in README.md (#2756)

This commit is contained in:
Jeffrey 'Alex' Clark 2026-04-14 15:48:00 -04:00 committed by GitHub
parent e1751ff253
commit a2b0cd85e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,4 +216,4 @@ pip install -e ".[test]"
pytest 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).