Skip to content

Commit

Permalink
Update django template and caching documentation links (django-compre…
Browse files Browse the repository at this point in the history
…ssor#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.
  • Loading branch information
tannart committed May 10, 2022
1 parent 2961561 commit 14cf93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 14cf93d

Please sign in to comment.