Skip to content

Add links for the better nav in the format specification refs #20108

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
Aug 26, 2024
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
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
Loading