summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-30 09:09:34 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-30 09:09:34 -0400
commita787c3ef611cb905dc7684eae9530c714fe0b8d7 (patch)
tree5404426871730f3ec24da162fa87f31bb5946516
parent713d5d64a56632998f9b2dacd25ac67837b946b7 (diff)
downloadcherrypy-a787c3ef611cb905dc7684eae9530c714fe0b8d7.tar.gz
Update Github references in documentation as well.
-rw-r--r--CONTRIBUTING.txt2
-rw-r--r--docs/install.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt
index 6c653f75..c321e13a 100644
--- a/CONTRIBUTING.txt
+++ b/CONTRIBUTING.txt
@@ -3,4 +3,4 @@ CherryPy is a community-maintained, open-source project hosted at Bitbucket.
To contribute, first read `How to write the perfect pull request
<http://blog.jaraco.com/2014/04/how-to-write-perfect-pull-request.html>`_
and file your contribution with the `CherryPy Project page
-<https://bitbucket.org/cherrypy/cherrypy>`_.
+<https://github.com/cherrypy/cherrypy>`_.
diff --git a/docs/install.rst b/docs/install.rst
index 68dd9692..dec9c007 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -6,7 +6,7 @@ CherryPy is a pure Python library. This has various consequences:
- It can run anywhere Python runs
- It does not require a C compiler
- - It can run on various implementations of the Python language: `CPython <http://python.org/>`_,
+ - It can run on various implementations of the Python language: `CPython <http://python.org/>`_,
`IronPython <http://ironpython.net/>`_, `Jython <http://www.jython.org/>`_ and `PyPy <http://pypy.org/>`_
.. contents::
@@ -45,11 +45,11 @@ CherryPy can be easily installed via common Python package managers such as setu
$ pip install cherrypy
-You may also get the latest CherryPy version by grabbing the source code from BitBucket:
+You may also get the latest CherryPy version by grabbing the source code from Github:
.. code-block:: bash
- $ hg clone https://bitbucket.org/cherrypy/cherrypy
+ $ git clone https://github.com/cherrypy/cherrypy
$ cd cherrypy
$ python setup.py install