Skip to content

Commit 30cba8a

Browse files
committed
anchors seem to not work
1 parent 9dd485f commit 30cba8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/doc/features/symfony-http-cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dispatcher to directly call the ``HttpCache`` rather than sending an actual
117117
web request. This is more efficient, and you don't need to configure the server
118118
IP address.
119119

120-
The :ref:`FOSHttpCache Symfony Proxy Client documentation section <foshttpcache:proxy client setup#kerneldispatcher-for-single-server-installations>`
120+
The :ref:`FOSHttpCache Symfony Proxy Client documentation section <foshttpcache:proxy client setup>`
121121
explains how to adjust your bootstrap - you will need to do this in both
122122
``public/index.php`` and ``bin/console``.
123123

Resources/doc/reference/configuration/proxy-client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ For ``servers``, ``base_url``, ``tags_header`` and ``header_length``, see above.
160160
instead. This will call the kernel directly instead of executing a real
161161
HTTP request. Note that your kernel and bootstrapping need to be adjusted
162162
to support this feature. The setup is explained in the
163-
:ref:`FOSHttpCache Symfony Proxy Client documentation section <foshttpcache:proxy client setup#kerneldispatcher-for-single-server-installations>`.
163+
:ref:`FOSHttpCache Symfony Proxy Client documentation section <foshttpcache:proxy client setup>`.
164164

165165
``tags_method``
166166
"""""""""""""""

0 commit comments

Comments
 (0)