File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ when all items are successfully deleted)::
163163
164164 If the cache component is used inside a Symfony application, you can remove
165165 items from cache pools using the following commands (which reside within
166- the :ref : `framework bundle <framework-bundle- configuration >`):
166+ the :doc : `framework bundle </reference/ configuration/framework >`):
167167
168168 To remove *one specific item * from the *given pool *:
169169
@@ -242,7 +242,7 @@ silently ignored)::
242242
243243 If the cache component is used inside a Symfony application, you can prune
244244 *all items * from *all pools * using the following command (which resides within
245- the :ref : `framework bundle <framework-bundle- configuration >`):
245+ the :doc : `framework bundle </reference/ configuration/framework >`):
246246
247247 .. code-block :: terminal
248248
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ the default entity manager (i.e. ``default``) is returned::
222222 }
223223
224224Entity managers also benefit from :ref: `autowiring aliases <service-autowiring-alias >`
225- when the :ref : `framework bundle <framework-bundle- configuration >` is used. For
225+ when the :doc : `framework bundle </reference/ configuration/framework >` is used. For
226226example, to inject the ``customer `` entity manager, type-hint your method with
227227``EntityManagerInterface $customerEntityManager ``.
228228
Original file line number Diff line number Diff line change @@ -1396,7 +1396,7 @@ The component is interoperable with four different abstractions for HTTP
13961396clients: `Symfony Contracts `_, `PSR-18 `_, `HTTPlug `_ v1/v2 and native PHP streams.
13971397If your application uses libraries that need any of them, the component is compatible
13981398with all of them. They also benefit from :ref: `autowiring aliases <service-autowiring-alias >`
1399- when the :ref : `framework bundle <framework-bundle- configuration >` is used.
1399+ when the :doc : `framework bundle </reference/ configuration/framework >` is used.
14001400
14011401If you are writing or maintaining a library that makes HTTP requests, you can
14021402decouple it from any specific HTTP client implementations by coding against
Original file line number Diff line number Diff line change 1- .. _framework-bundle-configuration :
2-
31Framework Configuration Reference (FrameworkBundle)
42===================================================
53
You can’t perform that action at this time.
0 commit comments