Skip to content

Commit d4e77fa

Browse files
committed
Update sidebar links from Bitbucket to GitHub
1 parent ff58ae6 commit d4e77fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/_templates/links.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ <h3>Useful Links</h3>
33
<li><a href="{{ pathto('index') }}">The pytest Website</a></li>
44
<li><a href="{{ pathto('contributing') }}">Contribution Guide</a></li>
55
<li><a href="https://pypi.python.org/pypi/pytest">pytest @ PyPI</a></li>
6-
<li><a href="https://bitbucket.org/pytest-dev/pytest/">pytest @ Bitbucket</a></li>
6+
<li><a href="https://github.com/pytest-dev/pytest/">pytest @ GitHub</a></li>
77
<li><a href="http://pytest.org/latest/plugins_index/index.html">3rd party plugins</a></li>
8-
<li><a href="https://bitbucket.org/pytest-dev/pytest/issues?status=new&status=open">Issue Tracker</a></li>
8+
<li><a href="https://github.com/pytest-dev/pytest/issues">Issue Tracker</a></li>
99
<li><a href="http://pytest.org/latest/pytest.pdf">PDF Documentation</a>
1010
</ul>
1111

0 commit comments

Comments
 (0)