Skip to content

Commit d64716f

Browse files
committed
Fix readthedocs URL in docs/features.md
1 parent 2bb8159 commit d64716f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ def test_readme(cookies):
1919
readme_lines = readme_file.readlines(cr=False)
2020
assert readme_lines == ['helloworld', '==========']
2121
```
22-
[py.path.local]: http://pylib.readthedocs.org/en/latest/path.html#py._path.local.LocalPath
22+
23+
[py.path.local]: https://py.readthedocs.io/en/latest/path.html#py._path.local.LocalPath

0 commit comments

Comments
 (0)