diff --git a/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md b/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md
index 34b6c67370..4355f20074 100644
--- a/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md
+++ b/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md
@@ -19,9 +19,9 @@ Managed VictoriaMetrics supports configuring alerting rules, powered by vmalert,
 You have two options to configure Cloud Alertmanager:
 
 1. From integrations section: Menu **"Integrations" `->` "Cloud Alertmanager" `->` "New configuration"**:
-   ![Cloud Alertmanager](./alertmanager-setup-for-deployment_integrations.webp)
+   <img src="alertmanager-setup-for-deployment_integrations.webp">
 2. From deployment page: **"Deployment page" `->` "Rules" tab `->` "Settings" `->` "Connect notifier" `/` "New notifier"**: 
-   ![Connect Notifier](./alertmanager-setup-for-deployment_connect_notifier.webp)
+   <img src="alertmanager-setup-for-deployment_connect_notifier.webp">
 
 For creating a new configuration, you need to provide the following parameters:
 
@@ -34,7 +34,7 @@ After creating the configuration, you can connect it to one or multiple deployme
 In order to do this you need to go to the "Deployment page" `->` "Rules" tab `->` "Settings" `,
 select the created notifier and confirm the action:
 
-![Select Notifier](./alertmanager-setup-for-deployment_select_notifier.webp)
+<img src="alertmanager-setup-for-deployment_select_notifier.webp">
 
 Alertmanager is now set up for your deployment, and you be able to get notifications from it.
 
@@ -129,7 +129,7 @@ If for some reason Cloud Alertmanager is not suitable for you, you can use Manag
 
 For that select Custom Alertmanager instead of Cloud Alertmanager when [creating the Alertmanager](#configure-alertmanager):
 
-![Custom Alertmanager](./alertmanager-setup-for-deployment_custom_am.webp)
+<img src="alertmanager-setup-for-deployment_custom_am.webp">
 
 Limitations for the Custom Alertmanager:
 
@@ -143,7 +143,7 @@ You can test the connection to your custom Alertmanager by clicking the "Test co
 
 Alerting and recording rules could be uploaded on **"Deployment page" `->` "Rules" tab `->` "Settings"**:
 
-![Upload rules](./alertmanager-setup-for-deployment_upload_rules.webp)
+<img src="alertmanager-setup-for-deployment_upload_rules.webp">
 
 You can click on the upload area or drag and drop the files with rules there.
 
@@ -161,7 +161,7 @@ You can also use API for uploading rules. Switch to **"Upload with API"** on the
 - Choose the API key for uploading rules
 - After that you can copy the curl command for uploading rules and execute it in your terminal
 
-![Upload rules](./alertmanager-setup-for-deployment_upload_with_api.webp)
+<img src="alertmanager-setup-for-deployment_upload_with_api.webp">
 
 You can use the following API endpoints for the automation with rules: