[Commits] r2404 - in core/trunk/docsrc: primers tutorials

commits at geoext.org commits at geoext.org
Fri Sep 24 21:50:20 CEST 2010


Author: ahocevar
Date: 2010-09-24 21:50:19 +0200 (Fri, 24 Sep 2010)
New Revision: 2404

Modified:
   core/trunk/docsrc/primers/ext-primer.rst
   core/trunk/docsrc/primers/openlayers-primer.rst
   core/trunk/docsrc/tutorials/layertree-tutorial.rst
   core/trunk/docsrc/tutorials/mappanel-tutorial.rst
   core/trunk/docsrc/tutorials/quickstart.rst
Log:
Broken links fixed. Thanks marcjansen for spotting this. p=marcjansen (closes #342)


Modified: core/trunk/docsrc/primers/ext-primer.rst
===================================================================
--- core/trunk/docsrc/primers/ext-primer.rst	2010-09-24 09:24:59 UTC (rev 2403)
+++ core/trunk/docsrc/primers/ext-primer.rst	2010-09-24 19:50:19 UTC (rev 2404)
@@ -14,13 +14,13 @@
 ===============
 
 To start using Ext, you will first have to `download
-<http://www.http://www.sencha.com/deploy/dev/docs//products/extjs/download.php>`_ it.
+<http://www.sencha.com/products/js/download.php>`_ it.
 For more complete instructions about how configure a web page to use
 Ext, you can check the :doc:`../tutorials/quickstart` tutorial.
 
 When you download Ext, you also get their excellent
-`Examples <http://www.http://www.sencha.com/deploy/dev/docs//deploy/dev/examples/>`_ and
-`API Documentation <http://www.http://www.sencha.com/deploy/dev/docs//deploy/dev/docs/>`_, which you can also
+`Examples <http://www.sencha.com/deploy/dev/examples/>`_ and
+`API Documentation <http://dev.sencha.com/deploy/dev/docs/>`_, which you can also
 look at on-line for education and reference.
 
 In order to get Ext running on a page you will need to have something
@@ -129,6 +129,6 @@
 Ext provides a variety of other layouts, including a Tab layout and a
 Wizard layout.  The best way to explore these layouts is using the `Ext
 Layout Browser
-<http://http://www.sencha.com/deploy/dev/docs//deploy/dev/examples/layout-browser/layout-browser.html>`_
+<http://dev.sencha.com/deploy/dev/examples/layout-browser/layout-browser.html>`_
 , which demonstrates each layout and provides sample code.
 

Modified: core/trunk/docsrc/primers/openlayers-primer.rst
===================================================================
--- core/trunk/docsrc/primers/openlayers-primer.rst	2010-09-24 09:24:59 UTC (rev 2403)
+++ core/trunk/docsrc/primers/openlayers-primer.rst	2010-09-24 19:50:19 UTC (rev 2404)
@@ -381,5 +381,5 @@
 More information about both event types can be found at the links below:
 
 * `OpenLayers Events Class Documentation <http://dev.openlayers.org/docs/files/OpenLayers/Events-js.html>`_
-* `Ext.util.Observable Class Documentation <http://http://www.sencha.com/deploy/dev/docs//deploy/ext/docs/output/Ext.util.Observable.html>`_
+* `Ext.util.Observable Class Documentation <http://dev.sencha.com/deploy/dev/docs/?class=Ext.util.Observable>`_
 * `Ext.util.Observable SlideShare <http://www.slideshare.net/sdhjl2000/ext-j-s-observable>`_

Modified: core/trunk/docsrc/tutorials/layertree-tutorial.rst
===================================================================
--- core/trunk/docsrc/tutorials/layertree-tutorial.rst	2010-09-24 09:24:59 UTC (rev 2403)
+++ core/trunk/docsrc/tutorials/layertree-tutorial.rst	2010-09-24 19:50:19 UTC (rev 2404)
@@ -193,6 +193,6 @@
     handlers.
 
 .. seealso:: The ExtJS TreePanel `documentation
-    <http://http://www.sencha.com/deploy/dev/docs//deploy/dev/docs/?class=Ext.tree.TreePanel>`_ and `examples
-    <http://http://www.sencha.com/deploy/dev/docs//deploy/dev/examples/samples.html#sample-4>`_ for more
+    <http://dev.sencha.com/deploy/dev/docs/?class=Ext.tree.TreePanel>`_ and `examples
+    <http://dev.sencha.com/deploy/dev/examples/#sample-7>`_ for more
     information about customizing tree panels.

Modified: core/trunk/docsrc/tutorials/mappanel-tutorial.rst
===================================================================
--- core/trunk/docsrc/tutorials/mappanel-tutorial.rst	2010-09-24 09:24:59 UTC (rev 2403)
+++ core/trunk/docsrc/tutorials/mappanel-tutorial.rst	2010-09-24 19:50:19 UTC (rev 2404)
@@ -98,7 +98,7 @@
 
 More information on the :class:`Ext.grid.GridPanel` is available from the `ExtJS
 API documentation
-<http://http://www.sencha.com/deploy/dev/docs//deploy/dev/docs/?class=Ext.grid.GridPanel>`_.
+<http://dev.sencha.com/deploy/dev/docs/?class=Ext.grid.GridPanel>`_.
 
 .. note:: 
   This code is only meant as an example to demonstrate the map panel's

Modified: core/trunk/docsrc/tutorials/quickstart.rst
===================================================================
--- core/trunk/docsrc/tutorials/quickstart.rst	2010-09-24 09:24:59 UTC (rev 2403)
+++ core/trunk/docsrc/tutorials/quickstart.rst	2010-09-24 19:50:19 UTC (rev 2404)
@@ -18,9 +18,9 @@
 #.  Download GeoExt from the :doc:`downloads page </downloads>`. For the purposes
     of this quickstart, the development version will be fine.
 
-#.  Download OpenLayers 2.8 or later from http://openlayers.org/. 
+#.  Download OpenLayers 2.10 or later from http://openlayers.org/. 
 
-#.  Download ExtJS 2.2 from `the ExtJS website <http://http://www.sencha.com/deploy/dev/docs//products/extjs/download.php>`_.
+#.  Download ExtJS 3.2 from `the ExtJS website <http://www.sencha.com/products/js/download.php>`_.
 
 #.  Place both unpacked libraries in a directory that is published by your web
     server. For this tutorial, I will assume that this is the root of your web



More information about the Commits mailing list