Skip to content

Commit

Permalink
Merge pull request pytest-dev#1919 from The-Compiler/pdf
Browse files Browse the repository at this point in the history
Fix link to PDF docs
  • Loading branch information
nicoddemus authored Sep 7, 2016
2 parents 99efc28 + 8e67dd1 commit 51378ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/_templates/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ <h3>Useful Links</h3>
<li><a href="https://github.com/pytest-dev/pytest/">pytest @ GitHub</a></li>
<li><a href="http://plugincompat.herokuapp.com/">3rd party plugins</a></li>
<li><a href="https://github.com/pytest-dev/pytest/issues">Issue Tracker</a></li>
<li><a href="http://pytest.org/latest/pytest.pdf">PDF Documentation</a>
<li><a href="https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf">PDF Documentation</a>
</ul>

0 comments on commit 51378ab

Please sign in to comment.