summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Macfarlane Brodie <charliembrodie@gmail.com>2022-05-10 13:48:51 +0100
committerGitHub <noreply@github.com>2022-05-10 14:48:51 +0200
commit14cf93d413cc0f8e5438bbf184dc18b613733dc1 (patch)
tree3a2fa8dd5e50403e4acca991cbce1dad74b56123
parent2961561b9b8bf43d48d190776db9e097548ab0a5 (diff)
downloaddjango-compressor-14cf93d413cc0f8e5438bbf184dc18b613733dc1.tar.gz
Update django template and caching documentation links (#1110)
Updated a link pointing to the docs for the now deprecated django 2.1 to the docs for the dev edition of django. Also changed the link to django templates to point to the /stable/ endpoint.
-rw-r--r--docs/usage.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage.txt b/docs/usage.txt
index f038668..2d0a6c7 100644
--- a/docs/usage.txt
+++ b/docs/usage.txt
@@ -131,7 +131,7 @@ exception. If DEBUG is ``False`` these files will be silently stripped.
Django's `caching documentation`_).
.. _memcached: http://memcached.org/
-.. _caching documentation: https://docs.djangoproject.com/en/2.1/topics/cache/#memcached
+.. _caching documentation: https://docs.djangoproject.com/en/stable/topics/cache/#memcached
.. _offline_compression:
@@ -180,7 +180,7 @@ in a file called ``manifest.json`` using the :attr:`configured storage
<django.conf.settings.COMPRESS_STORAGE>` to be able to be transferred from your development
computer to the server easily.
-.. _TEMPLATE_LOADERS: http://docs.djangoproject.com/en/dev/ref/settings/#template-loaders
+.. _TEMPLATE_LOADERS: http://docs.djangoproject.com/en/stable/ref/settings/#template-loaders
.. _signals: