From 48faeb892f63d72c6e615e4e53abe30aebd161ae Mon Sep 17 00:00:00 2001 From: Kevin Ndung'u Date: Sat, 27 Jun 2015 12:43:44 +0300 Subject: [PATCH] Update link to django-storages Add correct django-storages link --- docs/remote-storages.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/remote-storages.txt b/docs/remote-storages.txt index 8af6934..fe29df8 100644 --- a/docs/remote-storages.txt +++ b/docs/remote-storages.txt @@ -82,7 +82,7 @@ apps can be integrated. .. _CDN: http://en.wikipedia.org/wiki/Content_delivery_network .. _Amazon S3: https://s3.amazonaws.com/ .. _boto: http://boto.cloudhackers.com/ -.. _django-storages: http://code.welldev.org/django-storages/ +.. _django-storages: https://django-storages.readthedocs.org .. _staticfiles: http://docs.djangoproject.com/en/dev/howto/static-files/ .. _STATIC_ROOT: http://docs.djangoproject.com/en/dev/ref/settings/#static-root .. _STATIC_URL: http://docs.djangoproject.com/en/dev/ref/settings/#static-url