diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-03-14 07:48:03 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-03-14 07:48:03 +0000 |
| commit | d498033818d2e1b395e303003536462c8690e96e (patch) | |
| tree | 5c3c7dfcbd7d5544a0fb7a6f9c66c985ddda674a /docs/howto | |
| parent | ddfa89b959a03417fc3eb24738b0cb1049940e5d (diff) | |
[1.3.X] Updated some outdated external URLs in docs.
Backport of r17710 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/static-files.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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`` ===================================== |
