Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r439:8d42a6abd108
Date: 2013-05-21 17:30 +0200
http://bitbucket.org/pypy/pypy.org/changeset/8d42a6abd108/

Log:    Add a link to this bitbucket page

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -96,6 +96,7 @@
 installer vcredist_x86.exe</a>.)</li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-src.tar.bz2";>Source 
(tar.bz2)</a></li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-src.zip";>Source 
(zip)</a></li>
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/";>All our downloads,</a> 
including previous versions</li>
 </ul>
 <p>If your CPU is really old, it may not have SSE2.  In this case, you need
 to <a class="reference internal" href="#translate">translate</a> yourself with 
the option <tt class="docutils literal"><span 
class="pre">--jit-backend=x86-without-sse2</span></tt>.</p>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -81,6 +81,7 @@
   installer vcredist_x86.exe`_.)
 * `Source (tar.bz2)`__
 * `Source (zip)`__
+* `All our downloads,`__ including previous versions
 
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-linux.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-linux64.tar.bz2
@@ -89,6 +90,7 @@
 .. _`VS 2008 runtime library installer vcredist_x86.exe`: 
http://www.microsoft.com/en-us/download/details.aspx?id=5582
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-src.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-src.zip
+.. __: https://bitbucket.org/pypy/pypy/downloads/
 
 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
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to