Fix the cheeseshop mirror url from pip.kennethreitz to crate.io, since the former...
authorAlexis Métaireau <alexis@notmyidea.org>
Wed, 17 Oct 2012 13:28:09 +0000 (15:28 +0200)
committerAlexis Métaireau <alexis@notmyidea.org>
Wed, 17 Oct 2012 13:28:09 +0000 (15:28 +0200)
docs/user/install.rst

index 8da91e1..9a30168 100644 (file)
@@ -25,10 +25,10 @@ But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/other
 Cheeseshop Mirror
 -----------------
 
-If the Cheeseshop is down, you can also install Requests from Kenneth Reitz's
-personal `Cheeseshop mirror <http://pip.kennethreitz.com/>`_::
+If the Cheeseshop is down, you can also install Requests from one of the
+mirrors. `Crate.io <http://crate.io>`_ is one of them::
 
-    $ pip install -i http://pip.kennethreitz.com/simple requests
+    $ pip install -i http://simple.crate.io/ requests
 
 
 Get the Code