[pypy-svn] r80318 - in pypy/extradoc/pypy.org: . source

arigo at codespeak.net arigo at codespeak.net
Wed Feb 9 17:09:45 CET 2011


Author: arigo
Date: Wed Feb  9 17:09:42 2011
New Revision: 80318

Modified:
   pypy/extradoc/pypy.org/download.html
   pypy/extradoc/pypy.org/source/download.txt
Log:
Add a link.

Modified: pypy/extradoc/pypy.org/download.html
==============================================================================
--- pypy/extradoc/pypy.org/download.html	(original)
+++ pypy/extradoc/pypy.org/download.html	Wed Feb  9 17:09:42 2011
@@ -81,7 +81,7 @@
 <span id="other-versions-without-a-jit"></span><h1>Other versions</h1>
 <p>The other versions of PyPy are:</p>
 <ul class="simple">
-<li>The most up-to-date nightly build with a JIT, if the official
+<li>The most up-to-date <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly build</a> with a JIT, if the official
 release is too old for what you want to do.</li>
 <li>No JIT: A version without the JIT.  Consumes a bit less memory
 and may be faster on short-running scripts.</li>

Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Wed Feb  9 17:09:42 2011
@@ -55,7 +55,7 @@
 
 The other versions of PyPy are:
 
-* The most up-to-date nightly build with a JIT, if the official
+* The most up-to-date `nightly build`_ with a JIT, if the official
   release is too old for what you want to do.
 
 * No JIT: A version without the JIT.  Consumes a bit less memory



More information about the Pypy-commit mailing list