Cleanup the links section to only external links

Internal links should be displayed in the side-bar
This commit is contained in:
Bruno Oliveira 2018-02-07 21:00:10 -02:00
parent 162557c2b2
commit 6d4e72e1eb
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
<h3>Useful Links</h3>
<ul>
<li><a href="{{ pathto('index') }}">The pytest Website</a></li>
<li><a href="{{ pathto('contributing') }}">Contribution Guide</a></li>
<li><a href="https://pypi.python.org/pypi/pytest">pytest @ PyPI</a></li>
<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>