Skip to content

Fix some internal references #18621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/cache/cache_pools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ when all items are successfully deleted)::

If the cache component is used inside a Symfony application, you can remove
items from cache pools using the following commands (which reside within
the :ref:`framework bundle <framework-bundle-configuration>`):
the :doc:`framework bundle </reference/configuration/framework>`):

To remove *one specific item* from the *given pool*:

Expand Down Expand Up @@ -242,7 +242,7 @@ silently ignored)::

If the cache component is used inside a Symfony application, you can prune
*all items* from *all pools* using the following command (which resides within
the :ref:`framework bundle <framework-bundle-configuration>`):
the :doc:`framework bundle </reference/configuration/framework>`):

.. code-block:: terminal

Expand Down
2 changes: 1 addition & 1 deletion doctrine/multiple_entity_managers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ the default entity manager (i.e. ``default``) is returned::
}

Entity managers also benefit from :ref:`autowiring aliases <service-autowiring-alias>`
when the :ref:`framework bundle <framework-bundle-configuration>` is used. For
when the :doc:`framework bundle </reference/configuration/framework>` is used. For
example, to inject the ``customer`` entity manager, type-hint your method with
``EntityManagerInterface $customerEntityManager``.

Expand Down
2 changes: 1 addition & 1 deletion http_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ The component is interoperable with four different abstractions for HTTP
clients: `Symfony Contracts`_, `PSR-18`_, `HTTPlug`_ v1/v2 and native PHP streams.
If your application uses libraries that need any of them, the component is compatible
with all of them. They also benefit from :ref:`autowiring aliases <service-autowiring-alias>`
when the :ref:`framework bundle <framework-bundle-configuration>` is used.
when the :doc:`framework bundle </reference/configuration/framework>` is used.

If you are writing or maintaining a library that makes HTTP requests, you can
decouple it from any specific HTTP client implementations by coding against
Expand Down
2 changes: 0 additions & 2 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _framework-bundle-configuration:

Framework Configuration Reference (FrameworkBundle)
===================================================

Expand Down