Skip to content

Commit 58bfc1d

Browse files
committed
[Routing] Fix some internal references links
1 parent 59c23cf commit 58bfc1d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

routing.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -873,12 +873,13 @@ Special Parameters
873873
In addition to your own parameters, routes can include any of the following
874874
special parameters created by Symfony:
875875

876+
.. _routing-format-parameter:
877+
.. _routing-locale-parameter:
878+
876879
``_controller``
877880
This parameter is used to determine which controller and action is executed
878881
when the route is matched.
879882

880-
.. _routing-format-parameter:
881-
882883
``_format``
883884
The matched value is used to set the "request format" of the ``Request`` object.
884885
This is used for such things as setting the ``Content-Type`` of the response
@@ -888,8 +889,6 @@ special parameters created by Symfony:
888889
Used to set the fragment identifier, which is the optional last part of a URL that
889890
starts with a ``#`` character and is used to identify a portion of a document.
890891

891-
.. _routing-locale-parameter:
892-
893892
``_locale``
894893
Used to set the :ref:`locale <translation-locale-url>` on the request.
895894

0 commit comments

Comments
 (0)