diff --git a/docs/develop/contributing.md b/docs/develop/contributing.md index 756e6a93..7f57052a 100644 --- a/docs/develop/contributing.md +++ b/docs/develop/contributing.md @@ -49,7 +49,7 @@ All functions and class methods should be annotated with types and include a doc ## Testing -For code tests, myst-parser uses [pytest](https://docs.pytest.org)): +For code tests, myst-parser uses [pytest](https://docs.pytest.org): ```shell >> cd MyST-Parser