Skip to content

Commit f13bf21

Browse files
Saleen0x0froot
andauthored
fix: displaying images (#2040)
Co-authored-by: root <root@DESKTOP-P71GGDK>
1 parent aff1e23 commit f13bf21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ API Platform embraces and extends the Symfony Serializer Component to transform
88

99
The main serialization process has two stages:
1010

11-
![Serializer workflow](/docs/core/images/SerializerWorkflow.png)
11+
![Serializer workflow](../core/images/SerializerWorkflow.png)
1212

1313
> As you can see in the picture above, an array is used as a man-in-the-middle. This way, Encoders will only deal with turning specific formats into arrays and vice versa. The same way, Normalizers will deal with turning specific objects into arrays and vice versa.
1414
> -- [The Symfony documentation](https://symfony.com/doc/current/components/serializer.html)

deployment/docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ your-domain-name.example.com. IN A 207.154.233.113
4646

4747
Example with the DigitalOcean Domains service ("Networking" > "Domains"):
4848

49-
![Configuring DNS on DigitalOcean](digitalocean-dns.png)
49+
![Configuring DNS on DigitalOcean](../deployment/images/digitalocean-dns.png)
5050

5151
> [!NOTE]
5252
> Let's Encrypt, the service used by default by API Platform to automatically generate a TLS certificate, doesn't support using bare IP addresses.

0 commit comments

Comments
 (0)