Skip to content

Commit d21f08e

Browse files
authored
Merge pull request #573 from DanielSchwiperich/fix-broken-link-on-getting-started
Getting Started external link broken
2 parents cb64fda + c7badee commit d21f08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The API Platform's configuration (annotations, `YAML` or `XML`) only allow to co
213213
* The `denormalization_context` key will be passed as 4th argument of [the `Serializer::deserialize()` method](https://api.symfony.com/master/Symfony/Component/Serializer/SerializerInterface.html#method_deserialize)
214214

215215

216-
To configure the serialization groups of classes's properties, you must use directly [the Symfony Serializer's configuration files or annotations]( https://symfony.com/doc/current/components/serializer.html#attributes-groups).
216+
To configure the serialization groups of classes's properties, you must use directly [the Symfony Serializer's configuration files or annotations](https://symfony.com/doc/current/components/serializer.html#attributes-groups).
217217

218218
**You're done!**
219219

0 commit comments

Comments
 (0)