Skip to content

Commit b730195

Browse files
committed
PYTHON-5795 Fix absolute link to CONTRIBUTING.md in README.md
Relative link 404s when viewed on PyPI; replaced with absolute GitHub URL.
1 parent 08b806f commit b730195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ pip install -e ".[test]"
216216
pytest
217217
```
218218

219-
For more advanced testing scenarios, see the [contributing guide](./CONTRIBUTING.md#running-tests-locally).
219+
For more advanced testing scenarios, see the [contributing guide](https://github.com/mongodb/mongo-python-driver/blob/master/CONTRIBUTING.md#running-tests-locally).

0 commit comments

Comments
 (0)