Updated to refer to docreader links (although the docreader content for GWT 1.5 is still very much a work in progress).

Review by: rdayal


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2930 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/core/src/index.html b/distro-source/core/src/index.html
index 3c6781e..2982728 100644
--- a/distro-source/core/src/index.html
+++ b/distro-source/core/src/index.html
@@ -40,9 +40,9 @@
       <p>AJAX is hard.  But you're not alone!</p>
       <ul>
          <li>
-            <a href="release_notes.html" target="_blank">Release Notes</a>
+            <a href="http://code.google.com/docreader/#p(google-web-toolkit-doc-1-5)s(google-web-toolkit-doc-1-5)t(Whatsnewin15)">Release Notes</a> (online)
             <div>
-               Details about this release and previous releases.
+               Details about this release. <a href="release_notes.html">Previous releases notes</a> are also available.
             </div>
          </li>
          <li>
@@ -67,7 +67,7 @@
             </div>
          </li>
          <li>
-            <a href="http://code.google.com/webtoolkit/faq.html">Frequently Asked Questions</a> (online)
+            <a href="http://code.google.com/docreader/#p(google-web-toolkit-doc-1-5)s(google-web-toolkit-doc-1-5)t(FAQ_Intro)">Frequently Asked Questions</a> (online)
             <div>
                Answers to the initial questions developers have about using GWT, including licensing, upgrades, and so on.
             </div>
@@ -76,39 +76,33 @@
       <h2>Starting Points</h2>
       <ul>
          <li>
-            <a href="doc/html/gettingstarted.html">Getting Started Guide</a>
+            <a href="http://code.google.com/webtoolkit/gettingstarted.html">Getting Started Guide</a> (online)
             <div>
                A step-by-step tutorial on creating your first app from scratch.
             </div>
          </li>
          <li>
-            <a href="doc/html/com.google.gwt.doc.DeveloperGuide.html">Developer Guide</a>
+            <a href="http://code.google.com/docreader/#p(google-web-toolkit-doc-1-5)s(google-web-toolkit-doc-1-5)t(DevGuideDeveloperGuide)">Developer Guide</a> (online)
             <div>
                The Developer Guide explains the key concepts in GWT.
             </div>
          </li>
          <li>
-            <a href="doc/html/com.google.gwt.doc.DeveloperGuide.UserInterface.WidgetGallery.html">
-               Widget Gallery</a>
+            <a href="http://code.google.com/docreader/#p(google-web-toolkit-doc-1-5)s(google-web-toolkit-doc-1-5)t(DevGuideWidgetGallery)">
+               Widget Gallery</a> (online)
             <div>
-               Browse the built-in GWT widgets.
+               Browse some of the built-in GWT widgets and panels.
             </div>
          </li>
          <li>
-            <a href="doc/html/com.google.gwt.doc.DeveloperGuide.Fundamentals.CommandLineTools.html">Command-line 
-               Tools</a>
+            <a href="http://code.google.com/docreader/#p(google-web-toolkit-doc-1-5)s(google-web-toolkit-doc-1-5)t(DevGuideCommandLineTools)">Command-line 
+               Tools</a> (online)
             <div>
                Scripts to help you get started with GWT projects.
             </div>
          </li>
          <li>
-            <a href="doc/html/gwt.html">API Documentation</a>
-            <div>
-               Reference documentation for the stuff in <code>gwt-user.jar</code>.
-            </div>
-         </li>
-         <li>
-            <a href="doc/javadoc/index.html">Javadoc</a>
+            <a href="doc/javadoc/index.html">API Reference</a>
             <div>
                The API documentation in standard Javadoc form.
             </div>
diff --git a/distro-source/core/src/release_notes.html b/distro-source/core/src/release_notes.html
index 950685b..4bbf4fb 100644
--- a/distro-source/core/src/release_notes.html
+++ b/distro-source/core/src/release_notes.html
@@ -28,7 +28,7 @@
    <body>
       <h1>Google Web Toolkit Release Notes</h1>
       <ul>
-		    <li><a href="#Release_Notes_Current">@GWT_VERSION@</a></li>
+		    <li><a href="#Release_Notes_Current">@GWT_VERSION@ (RC)</a></li>
 		    <li><a href="#Release_Notes_1_4_60">1.4.60</a></li>
 		    <li><a href="#Release_Notes_1_4_59">1.4.59 (RC2)</a></li>
 		    <li><a href="#Release_Notes_1_4_10">1.4.10 (RC)</a></li>
@@ -43,9 +43,9 @@
 
       <hr/>
       <a name="Release_Notes_Current"></a>
-      <h2>Release Notes for @GWT_VERSION@</h2>
+      <h2>Release Notes for @GWT_VERSION@ (RC)</h2>
       <p>
-      <i>(placeholder for 1.5)</i>
+      This release candidate is, in a word, huge. Rather than including all the details here, please see <a href="http://code.google.com/docreader/#p(google-web-toolkit-doc-1-5)t(Whatsnewin15)">What's New in GWT 1.5?</a> for full details. The main thing you'll want to know is that GWT 1.5 supports the Java 5 language features (generics, enumerated types, annotations, etc.). But check out the full notes, because there's a lot of great stuff!
       </p>
 
       <hr/>