[pypy-commit] pypy default: Fix link to dl pip. Thanks for reporting it Miha Marolt.

lac noreply at buildbot.pypy.org
Fri Aug 19 15:19:33 CEST 2011


Author: Laura Creighton <lac at openend.se>
Branch: 
Changeset: r46638:a8b6215a706e
Date: 2011-08-19 15:23 +0200
http://bitbucket.org/pypy/pypy/changeset/a8b6215a706e/

Log:	Fix link to dl pip. Thanks for reporting it Miha Marolt.

diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst
--- a/pypy/doc/getting-started.rst
+++ b/pypy/doc/getting-started.rst
@@ -73,7 +73,7 @@
 
     $ curl -O http://python-distribute.org/distribute_setup.py
 
-    $ curl -O https://github.com/pypa/pip/raw/master/contrib/get-pip.py
+    $ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
 
     $ ./pypy-1.6/bin/pypy distribute_setup.py
 


More information about the pypy-commit mailing list