Skip to content

Commit 8e67dd1

Browse files
committed
Fix link to PDF docs
Fixes #1917
1 parent 99efc28 commit 8e67dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/_templates/links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ <h3>Useful Links</h3>
66
<li><a href="https://github.com/pytest-dev/pytest/">pytest @ GitHub</a></li>
77
<li><a href="http://plugincompat.herokuapp.com/">3rd party plugins</a></li>
88
<li><a href="https://github.com/pytest-dev/pytest/issues">Issue Tracker</a></li>
9-
<li><a href="http://pytest.org/latest/pytest.pdf">PDF Documentation</a>
9+
<li><a href="https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf">PDF Documentation</a>
1010
</ul>
1111

0 commit comments

Comments
 (0)