Author: claudep
Date: 2012-03-14 00:41:02 -0700 (Wed, 14 Mar 2012)
New Revision: 17710

Modified:
   django/trunk/docs/howto/static-files.txt
   django/trunk/docs/internals/contributing/committing-code.txt
   django/trunk/docs/internals/contributing/writing-code/submitting-patches.txt
   django/trunk/docs/ref/contrib/gis/db-api.txt
Log:
Updated some outdated external URLs in docs.

Modified: django/trunk/docs/howto/static-files.txt
===================================================================
--- django/trunk/docs/howto/static-files.txt    2012-03-13 23:29:15 UTC (rev 
17709)
+++ django/trunk/docs/howto/static-files.txt    2012-03-14 07:41:02 UTC (rev 
17710)
@@ -469,8 +469,8 @@
     storage backends for many common file storage APIs (including `S3`__).
 
 __ http://s3.amazonaws.com/
-__ http://code.welldev.org/django-storages/
-__ http://code.welldev.org/django-storages/wiki/S3Storage
+__ http://code.larlet.fr/django-storages/
+__ http://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html
 
 Upgrading from ``django-staticfiles``
 =====================================

Modified: django/trunk/docs/internals/contributing/committing-code.txt
===================================================================
--- django/trunk/docs/internals/contributing/committing-code.txt        
2012-03-13 23:29:15 UTC (rev 17709)
+++ django/trunk/docs/internals/contributing/committing-code.txt        
2012-03-14 07:41:02 UTC (rev 17710)
@@ -83,7 +83,7 @@
 
   For the curious: we're using a `Trac post-commit hook`_ for this.
 
-  .. _Trac post-commit hook: 
http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook
+  .. _Trac post-commit hook: 
http://trac.edgewall.org/browser/trunk/contrib/trac-svn-post-commit-hook.cmd
 
 * If your commit references a ticket in the Django `ticket tracker`_ but
   does *not* close the ticket, include the phrase "Refs #abc", where "abc"

Modified: 
django/trunk/docs/internals/contributing/writing-code/submitting-patches.txt
===================================================================
--- 
django/trunk/docs/internals/contributing/writing-code/submitting-patches.txt    
    2012-03-13 23:29:15 UTC (rev 17709)
+++ 
django/trunk/docs/internals/contributing/writing-code/submitting-patches.txt    
    2012-03-14 07:41:02 UTC (rev 17710)
@@ -160,7 +160,7 @@
 Please don't forget to run ``compress.py`` and include the ``diff`` of the
 minified scripts when submitting patches for Django's javascript.
 
-.. _Closure Compiler: http://code.google.com/closure/compiler/
+.. _Closure Compiler: https://developers.google.com/closure/compiler/
 .. _django-developers: http://groups.google.com/group/django-developers
 .. _list of tickets with patches: 
https://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority
 .. _ticket tracker: https://code.djangoproject.com/newticket

Modified: django/trunk/docs/ref/contrib/gis/db-api.txt
===================================================================
--- django/trunk/docs/ref/contrib/gis/db-api.txt        2012-03-13 23:29:15 UTC 
(rev 17709)
+++ django/trunk/docs/ref/contrib/gis/db-api.txt        2012-03-14 07:41:02 UTC 
(rev 17710)
@@ -30,7 +30,7 @@
 
 MySQL's spatial extensions only support bounding box operations
 (what MySQL calls minimum bounding rectangles, or MBR).  Specifically,
-`MySQL does not conform to the OGC standard 
<http://dev.mysql.com/doc/refman/5.1/en/functions-that-test-spatial-relationships-between-geometries.html>`_:
+`MySQL does not conform to the OGC standard 
<http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html>`_:
 
     Currently, MySQL does not implement these functions
     [``Contains``, ``Crosses``, ``Disjoint``, ``Intersects``, ``Overlaps``,

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to