Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7c136f

Browse files
committed
[symfony#2178] Fixing bad reference to /components/yaml
1 parent e8b599b commit e7c136f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dependency_injection/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Loading a YAML config file::
205205
.. note::
206206

207207
If you want to load YAML config files then you will also need to install
208-
:doc:`The YAML component</components/yaml>`.
208+
:doc:`The YAML component</components/yaml/introduction>`.
209209

210210
The ``newsletter_manager`` and ``mailer`` services can be set up using config files:
211211

components/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ The Components
2121
security/index
2222
serializer
2323
templating
24-
yaml
24+
yaml/index
2525

2626
.. include:: /components/map.rst.inc

0 commit comments

Comments
 (0)