Skip to content

Commit 4beb0e0

Browse files
committed
Update serialization.md
1 parent ca83d88 commit 4beb0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ The generated JSON using previous settings is below:
296296
```
297297

298298
In order to optimize such embedded relations, the default Doctrine data provider will automatically join entities on relations
299-
marked as [`EAGER`](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/annotations-reference.html#manytoone).
299+
marked as [`EAGER`](https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/annotations-reference.html#manytoone).
300300
This avoids the need for extra queries to be executed when serializing the related objects.
301301

302302
Instead of embedding relations in the main HTTP response, you may want [to "push" them to the client using HTTP/2 server push](push-relations.md).

0 commit comments

Comments
 (0)