Hi list,
the first patch didn't catch everything. See the attached file that
fixes more URLs (removes redirects and corrects one obscure URL).
Note to self:
make linkcheck
in the docsrc-folder helps a lot.
Regards,
Marc
Am 24.09.2010 21:52, schrieb Marc Jansen:
Hi list,
closed already... that was quick :-)
Thanks and regards,
Marc
Am 24.09.2010 21:43, schrieb Marc Jansen:
Hi list,
I reopened https://trac.geoext.org/ticket/342 because I think that many
of the URLs in the changeset https://trac.geoext.org/changeset/2378
point to the wrong locations. I attached a patch that fixes the issue.
Regards,
Marc
_______________________________________________
Dev mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/dev
_______________________________________________
Dev mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/dev
Index: docsrc/lib/index.rst
===================================================================
--- docsrc/lib/index.rst (revision 2404)
+++ docsrc/lib/index.rst (working copy)
@@ -14,7 +14,7 @@
methods and properties provided by these objects, see the
`OpenLayers API Documentation`_.
-.. _`Ext API Documentation`: http://www.sencha.com/deploy/dev/docs/
+.. _`Ext API Documentation`: http://dev.sencha.com/deploy/dev/docs/
.. _`OpenLayers API Documentation`: http://dev.openlayers.org/apidocs
.. module:: GeoExt
Index: docsrc/primers/ext-primer.rst
===================================================================
--- docsrc/primers/ext-primer.rst (revision 2404)
+++ docsrc/primers/ext-primer.rst (working copy)
@@ -4,7 +4,7 @@
Primer: Ext
=============
-GeoExt extends `Ext JS <http://http://www.sencha.com/deploy/dev/docs//>`_, a rich library of web UI
+GeoExt extends `Ext JS <http://www.sencha.com/products/js/>`_, a rich library of web UI
widgets and helper classes. Using GeoExt requires a working knowledge
of Ext's idioms. This tutorial provides a quick overview of core Ext concepts.
@@ -19,7 +19,7 @@
Ext, you can check the :doc:`../tutorials/quickstart` tutorial.
When you download Ext, you also get their excellent
-`Examples <http://www.sencha.com/deploy/dev/examples/>`_ and
+`Examples <http://dev.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.
_______________________________________________
Dev mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/dev