From 3797ae995bdbc1f2794f894f191b331856f528a3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 Oct 2024 23:00:48 +0300 Subject: [PATCH] fix: displaying images --- core/serialization.md | 2 +- deployment/docker-compose.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/serialization.md b/core/serialization.md index fcfd3150b5b..70594776175 100644 --- a/core/serialization.md +++ b/core/serialization.md @@ -8,7 +8,7 @@ API Platform embraces and extends the Symfony Serializer Component to transform The main serialization process has two stages: -![Serializer workflow](/docs/core/images/SerializerWorkflow.png) +![Serializer workflow](../core/images/SerializerWorkflow.png) > 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. > -- [The Symfony documentation](https://symfony.com/doc/current/components/serializer.html) diff --git a/deployment/docker-compose.md b/deployment/docker-compose.md index 4fee630a451..eea18991b77 100644 --- a/deployment/docker-compose.md +++ b/deployment/docker-compose.md @@ -46,7 +46,7 @@ your-domain-name.example.com. IN A 207.154.233.113 Example with the DigitalOcean Domains service ("Networking" > "Domains"): -![Configuring DNS on DigitalOcean](digitalocean-dns.png) +![Configuring DNS on DigitalOcean](../deployment/images/digitalocean-dns.png) > [!NOTE] > Let's Encrypt, the service used by default by API Platform to automatically generate a TLS certificate, doesn't support using bare IP addresses.