From 0960134dd2ce2df09293c4c7777e09bbc582276d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 18 Jul 2022 17:44:50 +0200 Subject: [PATCH] [HttpCache] Update a link to Varnish cookie docs --- http_cache/varnish.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_cache/varnish.rst b/http_cache/varnish.rst index d94e1dbcf7e..cd78237bd4b 100644 --- a/http_cache/varnish.rst +++ b/http_cache/varnish.rst @@ -235,7 +235,7 @@ proxy before it has expired, it adds complexity to your caching setup. .. _`Varnish`: https://varnish-cache.org/ .. _`Edge Architecture`: http://www.w3.org/TR/edge-arch -.. _`clean the cookies header`: https://varnish-cache.org/trac/wiki/VCLExampleRemovingSomeCookies +.. _`clean the cookies header`: https://varnish-cache.org/docs/7.0/reference/vmod_cookie.html .. _`Surrogate-Capability Header`: http://www.w3.org/TR/edge-arch .. _`cache invalidation`: https://tools.ietf.org/html/rfc2616#section-13.10 .. _`FOSHttpCacheBundle`: https://foshttpcachebundle.readthedocs.io/en/latest/features/user-context.html