# HG changeset patch
# User Armin Rigo <arigo@tunes.org>
# Date 1268228600 0
#      Wed Mar 10 13:43:20 2010 +0000
# Branch extradoc
# Node ID 4e523c1fabd3b8db58acc2a98c6ccadfdd80d865
# Parent  51a1d46eecded541fcfef368a7c7295d380f0ff7
Point to the cli-jit branch even in the Java section.

diff --git a/source/features.txt b/source/features.txt
--- a/source/features.txt
+++ b/source/features.txt
@@ -79,21 +79,22 @@
 
 * **the .NET backend:** you get a version of ``pypy-c`` that runs
   natively in the .NET/CLI VM.  Of particular interest is `the cli-jit
-  branch,`_ in which you can make a version of ``pypy-c`` which also
+  branch`_, in which you can make a version of ``pypy-c`` which also
   contains a high-level JIT compiler (it compiles your Python programs
   Just in Time into CLR bytecodes, which are in turn compiled natively
   by the VM).
 
-* **the Java backend:** PyPy can run on the Java VM, but more
-  care is needed to finish this project.  Writing a backend for our
-  high-level JIT compiler would be excellent.  `Contact us!`_
+* **the Java backend:** PyPy can run on the Java VM, but more care is
+  needed to finish this project.  (Requires `the cli-jit branch`_ for
+  now.)  Writing a backend for our high-level JIT compiler would be
+  excellent.  `Contact us!`_
 
 * **Other languages:** available in a `separate part of the repository`_,
   we implemented other languages too: Prolog_ (almost complete), as
   well as Smalltalk, JavaScript, Io, Scheme and Gameboy.
 
 
-.. _`the cli-jit branch,`: http://codespeak.net/svn/pypy/branch/cli-jit/
+.. _`the cli-jit branch`: http://codespeak.net/svn/pypy/branch/cli-jit/
 .. _`contact us!`: http://codespeak.net/mailman/listinfo/pypy-dev
 .. _`separate part of the repository`: http://codespeak.net/svn/pypy/lang/
 .. _Prolog: http://codespeak.net/svn/pypy/lang/prolog