Author: mattip <[email protected]>
Branch: extradoc
Changeset: r373:812c640abc65
Date: 2012-12-05 22:25 +0200
http://bitbucket.org/pypy/pypy.org/changeset/812c640abc65/

Log:    fix the source, and in all places

diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -52,7 +52,7 @@
 * `Linux binary (64bit) (libc 2.13)`__
 * `Linux ARM binary`__
 * `Mac OS/X binary (64bit)`__
-* `Windows binary (32bit)`__ (you may need the `VS 2009 runtime library 
installer vcredist_x86.exe`_)
+* `Windows binary (32bit)`__ (you may need the `VS 2008 runtime library 
installer vcredist_x86.exe`_)
 
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux.tar.bz2
 .. __: 
https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux64-libc2.15.tar.bz2
@@ -60,7 +60,7 @@
 .. __: 
https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux-armel.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-osx64.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-win32.zip
-.. _`VS 2009 runtime library installer vcredist_x86.exe`: 
http://www.microsoft.com/en-us/download/details.aspx?id=5582
+.. _`VS 2008 runtime library installer vcredist_x86.exe`: 
http://www.microsoft.com/en-us/download/details.aspx?id=5582
 
 1.9
 ---
@@ -68,13 +68,13 @@
 * `Linux binary (32bit)`__
 * `Linux binary (64bit)`__
 * `Mac OS/X binary (64bit)`__
-* `Windows binary (32bit)`__ (you may need the `VS 2009 runtime library 
installer vcredist_x86.exe`_)
+* `Windows binary (32bit)`__ (you may need the `VS 2008 runtime library 
installer vcredist_x86.exe`_)
 
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux64.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-osx64.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-win32.zip
-.. _`VS 2009 runtime library installer vcredist_x86.exe`: 
http://www.microsoft.com/en-us/download/details.aspx?id=5582
+.. _`VS 2008 runtime library installer vcredist_x86.exe`: 
http://www.microsoft.com/en-us/download/details.aspx?id=5582
 
 If your CPU is really old, it may not have SSE2.  In this case, you need
 to translate_ yourself with the option ``--jit-backend=x86-without-sse2``.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to