diff --git a/docs/index.md b/docs/index.md
index e0ecdcb439..1431dc7726 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -10,22 +10,7 @@
- Ibexa DXP v4.1 is now out!
-
-
-
- See more
-
-
-
-
-
-
-
-
- Notice: When updating the app, update your Flex server in composer.json.
+ Notice: Update your Flex server in composer.json.
diff --git a/docs/updating/from_3.3/to_4.0.md b/docs/updating/from_3.3/to_4.0.md
index 4004974cca..c90f2db39a 100644
--- a/docs/updating/from_3.3/to_4.0.md
+++ b/docs/updating/from_3.3/to_4.0.md
@@ -1,5 +1,5 @@
---
-latest_tag: '4.0.3'
+latest_tag: '4.0.7'
---
# Update from v3.3.x to v4.0
@@ -44,8 +44,14 @@ First, run:
### Update Flex server
+The `flex.ibexa.co` Flex server has been disabled.
+If you are using v4.0.2 or earlier v4.0 version, you need to update your Flex server.
+
+To do it, in your `composer.json` check whether the `https://flex.ibexa.co` endpoint is still listed in `extra.symfony.endpoint`.
+If so, replace it with the new [`https://api.github.com/repos/ibexa/recipes/contents/index.json?ref=flex/main`](https://github.com/ibexa/website-skeleton/blob/v4.0.7/composer.json#L98) endpoint.
+
If your `composer.json` still uses the `https://flex.ibexa.co` endpoint in `extra.symfony.endpoint`,
-replace it with the new [`https://api.github.com/repos/ibexa/recipes/contents/index.json?ref=flex/main`](https://github.com/ibexa/website-skeleton/blob/v4.0.3/composer.json#L96) endpoint.
+replace it with the new [`https://api.github.com/repos/ibexa/recipes/contents/index.json?ref=flex/main`](https://github.com/ibexa/website-skeleton/blob/v4.0.7/composer.json#L96) endpoint.
You can do it manually, or by running the following command:
diff --git a/docs/updating/from_3.3/update_from_3.3.md b/docs/updating/from_3.3/update_from_3.3.md
index 1274c421d6..008973295b 100644
--- a/docs/updating/from_3.3/update_from_3.3.md
+++ b/docs/updating/from_3.3/update_from_3.3.md
@@ -1,5 +1,5 @@
---
-latest_tag: '3.3.16'
+latest_tag: '3.3.20'
---
# Update from v3.3.x to v3.3.latest
@@ -36,8 +36,11 @@ First, run:
### Update Flex server
-If your `composer.json` still uses the `https://flex.ibexa.co` endpoint in `extra.symfony.endpoint`,
-replace it with the new [`https://api.github.com/repos/ibexa/recipes/contents/index.json?ref=flex/main`](https://github.com/ibexa/website-skeleton/blob/v3.3.16/composer.json#L98) endpoint.
+The `flex.ibexa.co` Flex server has been disabled.
+If you are using v3.3.15 or earlier v3.3 version, you need to update your Flex server.
+
+To do it, in your `composer.json` check whether the `https://flex.ibexa.co` endpoint is still listed in `extra.symfony.endpoint`.
+If so, replace it with the new [`https://api.github.com/repos/ibexa/recipes/contents/index.json?ref=flex/main`](https://github.com/ibexa/website-skeleton/blob/v3.3.20/composer.json#L98) endpoint.
You can do it manually, or by running the following command: