diff options
author | Will Thompson <will@willthompson.co.uk> | 2016-12-05 08:11:32 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2016-12-05 08:13:39 +0000 |
commit | be09553790c866134411ce504d9bdaf4a924bf5a (patch) | |
tree | 3c7dbbc628469387db9cd82417e66b72c0fbbaeb | |
parent | c4df6d7197a0e56ead10a1b1c0dbc81ea4a36615 (diff) | |
download | external_python_setuptools-be09553790c866134411ce504d9bdaf4a924bf5a.tar.gz external_python_setuptools-be09553790c866134411ce504d9bdaf4a924bf5a.tar.bz2 external_python_setuptools-be09553790c866134411ce504d9bdaf4a924bf5a.zip |
docs: update stray links to Bitbucket repo
-rwxr-xr-x | README.rst | 4 | ||||
-rw-r--r-- | docs/_templates/indexsidebar.html | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -139,10 +139,10 @@ Package Index`_. Scroll to the very bottom of the page to find the links. .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools In addition to the PyPI downloads, the development version of ``setuptools`` -is available from the `Bitbucket repo`_, and in-development versions of the +is available from the `GitHub repo`_, and in-development versions of the `0.6 branch`_ are available as well. -.. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev +.. _GitHub repo: https://github.com/pypa/setuptools/archive/master.tar.gz#egg=setuptools-dev .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 Uninstalling diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html index a27c85fe..3b127602 100644 --- a/docs/_templates/indexsidebar.html +++ b/docs/_templates/indexsidebar.html @@ -5,4 +5,4 @@ <h3>Questions? Suggestions? Contributions?</h3> -<p>Visit the <a href="https://bitbucket.org/pypa/setuptools">Setuptools project page</a> </p> +<p>Visit the <a href="https://github.com/pypa/setuptools">Setuptools project page</a> </p> |