Skip to content

Commit 32b1dd4

Browse files
committed
Replace references to bitbucket with github
Since the code has now moved to github, this commit replaces links in the documentation with references to the new home
1 parent 85cce63 commit 32b1dd4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

doc/_templates/localtoc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3>quicklinks</h3>
2626
</td></tr><tr><td>
2727
<a href="{{ pathto('config') }}">config</a>
2828
</td><td>
29-
<a href="https://bitbucket.org/hpk42/tox/issues?status=new&status=open">issues[bb]</a>
29+
<a href="https://github.com/tox-dev/tox/issues">issues[bb]</a>
3030
</td></tr><tr><td>
3131
<a href="{{ pathto('support') }}">support</a>
3232
</td><td>

doc/config-v2.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ V2: new tox multi-dimensional, platform-specific configuration
66
This is a draft document sketching a to-be-done implementation.
77
It does not fully specify each change yet but should give a good
88
idea of where things are heading. For feedback, mail the
9-
testing-in-python mailing list or open a pull request on
10-
https://bitbucket.org/hpk42/tox/src/84d8cf3c2a95fefd874f22c8b2d257e94365472f/doc/config-v2.txt?at=default
11-
9+
testing-in-python mailing list or open a pull request on
10+
https://github.com/tox-dev/tox/blob/master/doc/config-v2.txt
11+
1212
**Abstract**: Adding multi-dimensional configuration, platform-specification
1313
and multiple installers to tox.ini.
1414

doc/install.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install info in a nutshell
1212

1313
**License**: MIT license
1414

15-
**hg repository**: https://bitbucket.org/hpk42/tox
15+
**git repository**: https://github.com/tox-dev/tox
1616

1717
Installation with pip/easy_install
1818
--------------------------------------
@@ -29,7 +29,7 @@ Install from Checkout
2929

3030
Consult the Bitbucket page to get a checkout of the mercurial repository:
3131

32-
https://bitbucket.org/hpk42/tox
32+
https://github.com/tox-dev/tox
3333

3434
and then install in your environment with something like::
3535

doc/support.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ experienced well-known Python developers.
2828
.. _`Testing In Python (TIP) mailing list`: http://lists.idyll.org/listinfo/testing-in-python
2929
.. _`holger's twitter presence`: http://twitter.com/hpk42
3030
.. _`merlinux.eu`: http://merlinux.eu
31-
.. _`report on the issue tracker`: https://bitbucket.org/hpk42/tox/issues?status=new&status=open
31+
.. _`report on the issue tracker`: https://github.com/tox-dev/tox/issues
3232
.. _`tetamap blog`: http://holgerkrekel.net
3333
.. _`tox-dev`: http://codespeak.net/mailman/listinfo/tox-dev
3434
.. _`tox-commit`: http://codespeak.net/mailman/listinfo/tox-commit
35-
.. _`clone the mercurial repository`: https://bitbucket.org/hpk42/tox
35+
.. _`clone the mercurial repository`: https://github.com/tox-dev/tox
3636

0 commit comments

Comments
 (0)