Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r44176:ef0104cba813
Date: 2011-05-15 16:05 +0200
http://bitbucket.org/pypy/pypy/changeset/ef0104cba813/

Log:    Fix links.

diff --git a/lib-python/modified-2.7/site.py b/lib-python/modified-2.7/site.py
--- a/lib-python/modified-2.7/site.py
+++ b/lib-python/modified-2.7/site.py
@@ -454,10 +454,10 @@
     __builtin__.copyright = _Printer("copyright", sys.copyright)
     __builtin__.credits = _Printer(
         "credits",
-        "PyPy is maintained by the PyPy developers: http://codespeak.net/pypy";)
+        "PyPy is maintained by the PyPy developers: http://pypy.org/";)
     __builtin__.license = _Printer(
         "license",
-        "See http://codespeak.net/svn/pypy/dist/LICENSE";)
+        "See https://bitbucket.org/pypy/pypy/src/default/LICENSE";)
 
 
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to