8000 Merge branch '6.2' into 6.3 · symfony/symfony-docs@6c58564 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6c58564

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix some internal references
2 parents 3e1ef71 + 3cb4e55 commit 6c58564

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
@@ -216,7 +216,7 @@ the default entity manager (i.e. ``default``) is returned::
216216
}
217217

218218
Entity 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
220220
example, to inject the ``customer`` entity manager, type-hint your method with
221221
``EntityManagerInterface $customerEntityManager``.
222222

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ The component is interoperable with four different abstractions for HTTP
15151515
clients: `Symfony Contracts`_, `PSR-18`_, `HTTPlug`_ v1/v2 and native PHP streams.
15161516
If your application uses libraries that need any of them, the component is compatible
15171517
with all of them. They also benefit from :ref:`autowiring aliases <service-autowiring-alias>`
1518-
when the :ref:`framework bundle <framework-bundle-configuration>` is used.
1518+
when the :doc:`framework bundle </reference/configuration/framework>` is used.
15191519

15201520
If you are writing or maintaining a library that makes HTTP requests, you can
15211521
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