Skip to content

Commit 6e4195e

Browse files
authored
fix broken link to pytest docs (exercism#2183)
1 parent 1192f53 commit 6e4195e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TESTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ Then, just add the `--pep8` flag to your command
121121
pytest --pep8 bob_test.py
122122
```
123123

124-
Read the [pytest documentation](http://pytest.org/latest/contents.html#toc) and
124+
Read the [pytest documentation](https://docs.pytest.org/en/latest/contents.html) and
125125
[pytest-cache](http://pythonhosted.org/pytest-cache/) documentation to learn
126126
more.

0 commit comments

Comments
 (0)