Skip to content

Commit

Permalink
Add links for the better nav in the format specification refs
Browse files Browse the repository at this point in the history
  • Loading branch information
wkania committed Aug 12, 2024
1 parent 319b504 commit 4b3bb15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reference/formats/expression_language.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The Expression Syntax
=====================

The ExpressionLanguage component uses a specific syntax which is based on the
The :doc:`ExpressionLanguage component </components/expression_language>` uses a specific syntax which is based on the
expression syntax of Twig. In this document, you can find all supported
syntaxes.

Expand Down
2 changes: 1 addition & 1 deletion reference/formats/message_format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ How to Translate Messages using the ICU MessageFormat

Messages (i.e. strings) in applications are almost never completely static.
They contain variables or other complex logic like pluralization. To
handle this, the Translator component supports the `ICU MessageFormat`_ syntax.
handle this, the :doc:`Translator component </translation>` supports the `ICU MessageFormat`_ syntax.

.. tip::

Expand Down
2 changes: 1 addition & 1 deletion reference/formats/yaml.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The YAML Format
---------------

The Symfony Yaml Component implements a selected subset of features defined in
The Symfony :doc:`Yaml Component </components/yaml>` implements a selected subset of features defined in
the `YAML 1.2 version specification`_.

Scalars
Expand Down

0 comments on commit 4b3bb15

Please sign in to comment.