Fixed hyperlinks to samples in recognition of the new project directory structure.



git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4846 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/core/src/index.html b/distro-source/core/src/index.html
index 949a0f3..166c3bf 100644
--- a/distro-source/core/src/index.html
+++ b/distro-source/core/src/index.html
@@ -113,43 +113,43 @@
       Their purpose is to demonstrate the mechanics of different techniques you can use when building applications with GWT.
       <ul>
          <li>
-            <a href="samples/Hello/www/com.google.gwt.sample.hello.Hello/Hello.html">Hello World</a>
+            <a href="samples/Hello/war/Hello.html">Hello World</a>
             <div>
                The simplest application you can write with GWT.
             </div>
          </li>
          <li>
-            <a href="samples/Showcase/www/com.google.gwt.sample.showcase.Showcase/Showcase.html">Showcase</a>
+            <a href="samples/Showcase/war/Showcase.html">Showcase</a>
             <div>
                Complex UI illustrating Widgets in action.
             </div>
          </li>
          <li>
-            <a href="samples/DynaTable/www/com.google.gwt.sample.dynatable.DynaTable/DynaTable.html">Dynamic Table</a>
+            <a href="samples/DynaTable/war/DynaTable.html">Dynamic Table</a>
             <div>
                How to take advantage of polymorphic RPC.
             </div>
          </li>
          <li>
-            <a href="samples/Mail/www/com.google.gwt.sample.mail.Mail/Mail.html">Mail</a>
+            <a href="samples/Mail/war/Mail.html">Mail</a>
             <div>
                Look and feel similar to a traditional desktop application.
             </div>
          </li>
          <li>
-            <a href="samples/JSON/www/com.google.gwt.sample.json.JSON/JSON.html">JSON</a>
+            <a href="samples/JSON/war/JSON.html">JSON</a>
             <div>
                Interoperation with a JSON service.
             </div>
          </li>
          <li>
-            <a href="samples/I18N/www/com.google.gwt.sample.i18n.I18N/I18N.html">I18N</a>
+            <a href="samples/I18N/war/I18N.html">I18N</a>
             <div>
                A glimpse at GWT's internationalization facilities.
             </div>
          </li>
          <li>
-           <a href="samples/SimpleXML/www/com.google.gwt.sample.simplexml.SimpleXML/SimpleXML.html">SimpleXML</a>
+           <a href="samples/SimpleXML/war/SimpleXML.html">SimpleXML</a>
            <div>
               Using GWT's XML parsing classes.
            </div>