Skip to content

Commit 73172c6

Browse files
committed
updating links
1 parent 33e5b76 commit 73172c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serializer/custom_encoders.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
How to Create your Custom Encoder
55
=================================
66

7-
The :doc:`Serializer Component </components/serializer/index>` uses Normalizers
7+
The :doc:`Serializer Component </components/serializer>` uses Normalizers
88
to transform any data to an array that can be then converted in whatever
99
data-structured language you want thanks to Encoders.
1010

1111
The Component provides several built-in encoders that are described
12-
:doc:`in their own section </components/serializer/encoders>` but you may want
12+
:doc:`in their own section </serializer/encoders>` but you may want
1313
to use another language not supported.
1414

1515
Creating a new encoder
1616
----------------------
1717

1818
Imagine you want to serialize and deserialize Yaml. For that you'll have to
1919
create your own encoder that may use the
20-
:doc:`Yaml Component </components/yaml/index>`::
20+
:doc:`Yaml Component </components/yaml>`::
2121

2222
namespace AppBundle\Encoder;
2323

0 commit comments

Comments
 (0)