Skip to content

Commit b42e4d6

Browse files
committed
8_data_migration.md: Update Symfony doc link
1 parent 90b4ba0 commit b42e4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/generic_field_type/8_data_migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This process is important when a field type needs to be compared for sorting and
99
Serialization allows changing objects to array by normalizing them, and then to the selected format by encoding them.
1010
In reverse, deserialization changes different formats into arrays by decoding and then denormalizing them into objects.
1111

12-
For more information on Serializer Components, see [Symfony documentation]([[= symfony_doc =]]/components/serializer.html).
12+
For more information on Serializer Components, see [Symfony documentation]([[= symfony_doc =]]/serializer.html).
1313

1414
## Normalization
1515

0 commit comments

Comments
 (0)