Skip to content

Commit 3fac2a8

Browse files
authored
Update cache_invalidation.rst
1 parent c520914 commit 3fac2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_cache/cache_invalidation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ to support the ``PURGE`` HTTP method::
9090
purging your cached data.
9191

9292
**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
93+
(according to the ``Vary`` header, see :doc:`/http_cache/cache_vary`). An alternative to purging is
9494
**refreshing** a content. Refreshing means that the caching proxy is
9595
instructed to discard its local cache and fetch the content again. This way,
9696
the new content is already available in the cache. The drawback of refreshing

0 commit comments

Comments
 (0)