Author: br...@google.com
Date: Mon Feb 23 19:46:27 2009
New Revision: 4846

Modified:
    releases/1.6/distro-source/core/src/index.html

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



Modified: releases/1.6/distro-source/core/src/index.html
==============================================================================
--- releases/1.6/distro-source/core/src/index.html      (original)
+++ releases/1.6/distro-source/core/src/index.html      Mon Feb 23 19:46:27 2009
@@ -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>


--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to