aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2016-12-05 08:11:32 +0000
committerWill Thompson <will@willthompson.co.uk>2016-12-05 08:13:39 +0000
commitbe09553790c866134411ce504d9bdaf4a924bf5a (patch)
tree3c7dbbc628469387db9cd82417e66b72c0fbbaeb
parentc4df6d7197a0e56ead10a1b1c0dbc81ea4a36615 (diff)
downloadexternal_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-xREADME.rst4
-rw-r--r--docs/_templates/indexsidebar.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 2cf762d7..50774ff7 100755
--- a/README.rst
+++ b/README.rst
@@ -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>