Add links in RAP 2.1M1 N&N
diff --git a/noteworthy/2.2/_news-M1.html b/noteworthy/2.2/_news-M1.html
index 32a7f3b..6b78fa9 100644
--- a/noteworthy/2.2/_news-M1.html
+++ b/noteworthy/2.2/_news-M1.html
@@ -65,8 +65,8 @@
<li><code>SWT.Verify</code></li>
</ul>
<p>
- Consult the new Developers Guide "Scripting" article more information on ClientListener,
- and the WebClient API reference to find out what widget methods are available in RWT Scripting.
+ Consult the new Developers Guide <a href = "http://www.eclipse.org/rap/developers-guide/devguide.php?topic=scripting.html&version=2.2">Scripting article</a> for information on ClientListener,
+ and the WebClient <a href="http://download.eclipse.org/rt/rap/doc/2.2/guide/reference/jsdoc/index.html">API reference</a> to find out what widget methods are available in RWT Scripting.
</p>
<p>
<b>Note:</b> The ClientScripting incubator project is no longer compatible with RAP 2.2M1+
@@ -109,7 +109,7 @@
The JavaScriptLoader implementation has been improved in the following aspects:
</p>
<ul>
- <li><b>Files can be loaded form any URL:</b>
+ <li><b>Files can be loaded from any URL:</b>
Previously the JavaScriptLoader could only load scripts served by the RAP application,
e.g. by registering them with the resource manager. Now any URL that is reachable by the
client can be used.