2009-08-06 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / web / runtime
index f828bb132219915a68d02743af7e12a0c54b7b8e..d1dabab996859a2a487b5fa71da0898941fc91be 100644 (file)
@@ -10,7 +10,8 @@
 
        <ul>
                * <b>mono:</b> Our Just-in-Time and Ahead-of-Time code
-                 generator for maximum performance.
+                 generator for maximum performance.  This supports
+                 x86, PowerPC and SPARC cpus.
        
                * <b>mint:</b> The Mono interpreter.  This is an
                  easy-to-port runtime engine.
@@ -19,7 +20,7 @@
        We are using the Boehm conservative garbage collector.
 
        The Mono runtime can be used as a stand-alone process, or it
-       can be <a href="embedded-api">embedded into applications</a> (see
+       can be <a href="embedded-api.html">embedded into applications</a> (see
        the documentation in mono/samples/embed for more details).
 
        Embedding the Mono runtime allows applications to be extended