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

Skip to content

Commit c74a0d4

Browse files
committed
[symfony#2178] Fixing more bad yaml references
1 parent 752722e commit c74a0d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/http_fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
449449
450450
.. note::
451451

452-
This example uses :doc:`YAML</components/yaml>` to define the routing
452+
This example uses :doc:`YAML</components/yaml/introduction>` to define the routing
453453
configuration. Routing configuration can also be written in other formats
454454
such as XML or PHP.
455455

glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Glossary
112112
Yaml
113113
*YAML* is a recursive acronym for "YAML Ain't a Markup Language". It's a
114114
lightweight, humane data serialization language used extensively in
115-
Symfony2's configuration files. See the :doc:`/components/yaml`
115+
Symfony2's configuration files. See the :doc:`/components/yaml/introduction`
116116
chapter.
117117

118118

0 commit comments

Comments
 (0)