Skip to content

Commit 206e5b1

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Add links for the better nav in the format specification refs
2 parents 35925ec + 4a4f9a6 commit 206e5b1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

reference/formats/expression_language.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
The Expression Syntax
22
=====================
33

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

88
Supported Literals
99
------------------

reference/formats/message_format.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ How to Translate Messages using the ICU MessageFormat
33

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

89
.. tip::
910

reference/formats/yaml.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The YAML Format
22
---------------
33

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

77
Scalars
88
~~~~~~~

0 commit comments

Comments
 (0)