remove github links
This commit is contained in:
parent
b4b5e358c3
commit
a9e5bd52d3
|
@ -4,7 +4,6 @@
|
||||||
<li><a href="{{ pathto('contributing') }}">Contribution Guide</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://pypi.python.org/pypi/pytest">pytest @ PyPI</a></li>
|
||||||
<li><a href="https://bitbucket.org/hpk42/pytest/">pytest @ Bitbucket</a></li>
|
<li><a href="https://bitbucket.org/hpk42/pytest/">pytest @ Bitbucket</a></li>
|
||||||
<li><a href="https://github.com/hpk42/pytest/">pytest @ github</a></li>
|
|
||||||
<li><a href="https://bitbucket.org/hpk42/pytest/issues?status=new&status=open">Issue Tracker</a></li>
|
<li><a href="https://bitbucket.org/hpk42/pytest/issues?status=new&status=open">Issue Tracker</a></li>
|
||||||
<li><a href="http://pytest.org/latest/pytest.pdf">PDF Documentation</a>
|
<li><a href="http://pytest.org/latest/pytest.pdf">PDF Documentation</a>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -19,7 +19,7 @@ Contact channels
|
||||||
- `pytest-commit at python.org (mailing list)`_: for commits and new issues
|
- `pytest-commit at python.org (mailing list)`_: for commits and new issues
|
||||||
|
|
||||||
- :doc:`contribution guide <contributing>` for help on submitting pull
|
- :doc:`contribution guide <contributing>` for help on submitting pull
|
||||||
requests to bitbucket or github.
|
requests to bitbucket (including using git via gitifyhg).
|
||||||
|
|
||||||
- #pylib on irc.freenode.net IRC channel for random questions.
|
- #pylib on irc.freenode.net IRC channel for random questions.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
pytest development status
|
pytest development status
|
||||||
================================
|
================================
|
||||||
|
|
||||||
github triggered travis:
|
https://drone.io/bitbucket.org/hpk42/pytest
|
||||||
|
|
||||||
.. image:: https://secure.travis-ci.org/hpk42/pytest.png
|
|
||||||
:target: http://travis-ci.org/hpk42/pytest
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue