From e5654c66e6a2169120f39c30b70b3990d7393f8c Mon Sep 17 00:00:00 2001 From: Max Baldanza Date: Tue, 21 Oct 2025 18:12:57 +0100 Subject: [PATCH] Fix link reference being incorrect This causes the build to fail --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index f09ddd8f820..ed57914fb03 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -4160,5 +4160,5 @@ to know their differences. .. _`Link HTTP header`: https://tools.ietf.org/html/rfc5988 .. _`SMTP session`: https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol#SMTP_transport_example .. _`PHP attributes`: https://www.php.net/manual/en/language.attributes.overview.php -.. _`public cache`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Caching#shared_cache +.. _`shared cache`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Caching#shared_cache .. _`private cache`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Caching#private_caches