diff --git a/Readme.md b/Readme.md
index 0841f109..10b84fc9 100644
--- a/Readme.md
+++ b/Readme.md
@@ -20,7 +20,7 @@ Features
Take Ace for a spin!
--------------------
-Check out the Ace live [demo](http://ajaxorg.github.com/ace/editor-build.html) or get a [Cloud9 IDE account](http://run.cloud9ide.com) to experience Ace while editing one of your own GitHub projects.
+Check out the Ace live [demo](http://ajaxorg.github.com/ace/build/editor.html) or get a [Cloud9 IDE account](http://run.cloud9ide.com) to experience Ace while editing one of your own GitHub projects.
History
-------
@@ -45,7 +45,7 @@ The easiest version is simply:
some text
@@ -64,6 +64,7 @@ By default the editor only supports plain text mode. However all other language
the mode can be used like this:
+ var JavaScriptMode = require("ace/mode/javascript").Mode;
editor.getSession().setMode(new JavaScriptMode());
Running Ace
diff --git a/build/Readme.md b/build/Readme.md
index 0841f109..10b84fc9 100644
--- a/build/Readme.md
+++ b/build/Readme.md
@@ -20,7 +20,7 @@ Features
Take Ace for a spin!
--------------------
-Check out the Ace live [demo](http://ajaxorg.github.com/ace/editor-build.html) or get a [Cloud9 IDE account](http://run.cloud9ide.com) to experience Ace while editing one of your own GitHub projects.
+Check out the Ace live [demo](http://ajaxorg.github.com/ace/build/editor.html) or get a [Cloud9 IDE account](http://run.cloud9ide.com) to experience Ace while editing one of your own GitHub projects.
History
-------
@@ -45,7 +45,7 @@ The easiest version is simply:
some text
@@ -64,6 +64,7 @@ By default the editor only supports plain text mode. However all other language
the mode can be used like this:
+ var JavaScriptMode = require("ace/mode/javascript").Mode;
editor.getSession().setMode(new JavaScriptMode());
Running Ace
diff --git a/build/editor.html b/build/editor.html
index cbd4bc55..333cbcfa 100644
--- a/build/editor.html
+++ b/build/editor.html
@@ -21,13 +21,13 @@