11
22.. _`py`:
3- .. _`index page`: http ://pypi.python. org/pypi /py/
3+ .. _`index page`: https ://pypi.org/project /py/
44
55installation info in a nutshell
66===================================================
@@ -15,7 +15,7 @@ installation info in a nutshell
1515
1616**Installers**: ``easy_install`` and ``pip``
1717
18- **hg repository**: https://bitbucket.org/hpk42 /py
18+ **Code repository**: https://github.com/pytest-dev /py
1919
2020easy install or pip ``py``
2121-----------------------------
@@ -39,16 +39,16 @@ Working from version control or a tarball
3939-----------------------------------------------
4040
4141To follow development or start experiments, checkout the
42- complete code and documentation source with mercurial_ ::
42+ complete code and documentation source::
4343
44- hg clone https://bitbucket.org/hpk42 /py
44+ git clone https://github.com/pytest-dev /py
4545
46- Development takes place on the 'trunk ' branch.
46+ Development takes place on the 'master ' branch.
4747
4848You can also go to the python package index and
4949download and unpack a TAR file::
5050
51- http ://pypi.python. org/pypi /py/
51+ https ://pypi.org/project /py/
5252
5353activating a checkout with setuptools
5454--------------------------------------------
@@ -63,7 +63,7 @@ in order to work inline with the tools and the lib of your checkout.
6363
6464.. _`directly use a checkout`:
6565
66- .. _`setuptools`: http ://pypi.python. org/pypi /setuptools
66+ .. _`setuptools`: https ://pypi.org/project /setuptools/
6767
6868
6969Mailing list and issue tracker
@@ -73,10 +73,10 @@ Mailing list and issue tracker
7373
7474- #pylib on irc.freenode.net IRC channel for random questions.
7575
76- - `bitbucket issue tracker`_ use this bitbucket issue tracker to report
76+ - `issue tracker`_ use the issue tracker to report
7777 bugs or request features.
7878
79- .. _`bitbucket issue tracker`: http ://bitbucket.org/hpk42 /py/issues/
79+ .. _`issue tracker`: https ://github.com/pytest-dev /py/issues
8080
8181.. _codespeak: http://codespeak.net/
8282.. _`py-dev`:
0 commit comments