diff --git a/docs/source/dev-and-test/running-unit-tests.md b/docs/source/dev-and-test/running-unit-tests.md index 17c75256..c3347d79 100644 --- a/docs/source/dev-and-test/running-unit-tests.md +++ b/docs/source/dev-and-test/running-unit-tests.md @@ -16,7 +16,7 @@ then in another terminal, do: $ python setup.py test ``` -(Aside: How does the above command work? The documentation for [pytest-runner](https://pypi.python.org/pypi/pytest-runner) explains. We use [pytest](http://pytest.org/latest/) to write all unit tests.) +(Aside: How does the above command work? The documentation for [pytest-runner](https://pypi.python.org/pypi/pytest-runner) explains. We use [pytest](http://docs.pytest.org/en/latest/) to write all unit tests.) ### Using docker-compose to Run the Tests