diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index d6e2697709..d21995abec 100644 --- a/docs/howto/static-files.txt +++ b/docs/howto/static-files.txt @@ -457,8 +457,8 @@ For details on how you'd write one of these backends, 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`` ===================================== diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index 22facfe022..b5e5194aa3 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -536,7 +536,7 @@ binary, so relinking that command may be necessary as well. 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 conventions ================== @@ -869,7 +869,7 @@ repository: 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" diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index fbced8e6e1..30371c81af 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -54,7 +54,7 @@ MySQL Spatial Limitations 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 `_: +`MySQL does not conform to the OGC standard `_: Currently, MySQL does not implement these functions [``Contains``, ``Crosses``, ``Disjoint``, ``Intersects``, ``Overlaps``,