Skip to content

Commit f5a04de

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix wrong reStructuredText references
2 parents dbcfe2f + 9bf908e commit f5a04de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ data.
233233
Context
234234
-------
235235

236-
Many Serializer features can be configured :doc:`using a context </serializer#serializer_serializer-context>`.
236+
Many Serializer features can be configured :ref:`using a context <serializer_serializer-context>`.
237237

238238
.. _component-serializer-attributes-groups:
239239

configuration/multiple_kernels.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ requirements, so it's up to you to decide which best suits your project.
5353

5454
First, create a new ``apps`` directory at the root of your project, which will
5555
hold all the necessary applications. Each application will follow a simplified
56-
directory structure like the one described in :ref:`Symfony Best Practice </best_practices>`:
56+
directory structure like the one described in :doc:`Symfony Best Practice </best_practices>`:
5757

5858
.. code-block:: text
5959
@@ -321,7 +321,7 @@ Rendering Templates
321321
-------------------
322322

323323
Let's consider that you need to create another app called ``admin``. If you
324-
follow the :ref:`Symfony Best Practices </best_practices>`, the shared Kernel
324+
follow the :doc:`Symfony Best Practices </best_practices>`, the shared Kernel
325325
templates will be located in the ``templates/`` directory at the project's root.
326326
For admin-specific templates, you can create a new directory
327327
``apps/admin/templates/`` which you will need to manually configure under the

mercure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ that handles persistent SSE connections with the clients.
5353
The Symfony app publishes the updates to the hub, that will broadcast them to
5454
clients.
5555

56-
Thanks to :ref:`the Docker integration of Symfony </setup/docker>`,
56+
Thanks to :doc:`the Docker integration of Symfony </setup/docker>`,
5757
:ref:`Flex <symfony-flex>` proposes to install a Mercure hub.
5858
Run ``docker-compose up`` to start the hub if you have chosen this option.
5959

0 commit comments

Comments
 (0)