8000 Fix some internal references · symfony/symfony-docs@e3edb9c · GitHub
[go: up one dir, main page]

Skip to content

Commit e3edb9c

Browse files
committed
Fix some internal references
1 parent e6e510f commit e3edb9c

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

components/cache/cache_pools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

doctrine/multiple_entity_managers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ the default entity manager (i.e. ``default``) is returned::
222222
}
223223

224224
Entity 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
226226
example, to inject the ``customer`` entity manager, type-hint your method with
227227
``EntityManagerInterface $customerEntityManager``.
228228

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ The component is interoperable with four different abstractions for HTTP
13961396
clients: `Symfony Contracts`_, `PSR-18`_, `HTTPlug`_ v1/v2 and native PHP streams.
13971397
If your application uses libraries that need any of them, the component is compatible
13981398
with 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

14011401
If you are writing or maintaining a library that makes HTTP requests, you can
14021402
decouple it from any specific HTTP client implementations by coding against

reference/configuration/framework.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. _framework-bundle-configuration:
2-
31
Framework Configuration Reference (FrameworkBundle)
42
===================================================
53

0 commit comments

Comments
 (0)
0