From a787c3ef611cb905dc7684eae9530c714fe0b8d7 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 30 Apr 2016 09:09:34 -0400 Subject: Update Github references in documentation as well. --- CONTRIBUTING.txt | 2 +- docs/install.rst | 6 +++--- 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 `_ and file your contribution with the `CherryPy Project page -`_. +`_. 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 `_, + - It can run on various implementations of the Python language: `CPython `_, `IronPython `_, `Jython `_ and `PyPy `_ .. 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 -- cgit v1.2.1