We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c520914 commit 3fac2a8Copy full SHA for 3fac2a8
http_cache/cache_invalidation.rst
@@ -90,7 +90,7 @@ to support the ``PURGE`` HTTP method::
90
purging your cached data.
91
92
**Purge** instructs the cache to drop a resource in *all its variants*
93
-(according to the ``Vary`` header, see :doc:`/http_cache/cache_vary.html`). An alternative to purging is
+(according to the ``Vary`` header, see :doc:`/http_cache/cache_vary`). An alternative to purging is
94
**refreshing** a content. Refreshing means that the caching proxy is
95
instructed to discard its local cache and fetch the content again. This way,
96
the new content is already available in the cache. The drawback of refreshing
0 commit comments