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 @@ -216,7 +216,7 @@ the default entity manager (i.e. ``default``) is returned::
216216 }
217217
218218Entity managers also benefit from :ref: `autowiring aliases <service-autowiring-alias >`
219- when the :ref : `framework bundle <framework-bundle- configuration >` is used. For
219+ when the :doc : `framework bundle </reference/ configuration/framework >` is used. For
220220example, to inject the ``customer `` entity manager, type-hint your method with
221221``EntityManagerInterface $customerEntityManager ``.
222222
Original file line number Diff line number Diff line change @@ -1362,7 +1362,7 @@ The component is interoperable with four different abstractions for HTTP
13621362clients: `Symfony Contracts `_, `PSR-18 `_, `HTTPlug `_ v1/v2 and native PHP streams.
13631363If your application uses libraries that need any of them, the component is compatible
13641364with all of them. They also benefit from :ref: `autowiring aliases <service-autowiring-alias >`
1365- when the :ref : `framework bundle <framework-bundle- configuration >` is used.
1365+ when the :doc : `framework bundle </reference/ configuration/framework >` is used.
13661366
13671367If you are writing or maintaining a library that makes HTTP requests, you can
13681368decouple 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