From 097cc8a2a8e875a810591002d527de4813fb0964 Mon Sep 17 00:00:00 2001 From: Dmytro Kozlov Date: Mon, 15 Apr 2024 14:29:26 +0200 Subject: [PATCH] docs: fix typo in the curl command (#6109) (cherry picked from commit 7b20de4674f9594ef17cbba7aa5c735c11788195) --- .../alertmanager-setup-for-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md b/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md index 4077caf888..31aa1e182d 100644 --- a/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md +++ b/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md @@ -137,7 +137,7 @@ groups: Upload rules to the Managed VictoriaMetrics using the following command: ```sh -curl https://https://cloud.victoriametrics.com/api/v1/deployments/DEPLOYMENT_ID/rule-sets/files/testing-rules -v -H 'X-VM-Cloud-Access: CLOUD_API_TOKEN' -XPOST --data-binary '@testing-rules.yaml' +curl https://cloud.victoriametrics.com/api/v1/deployments/DEPLOYMENT_ID/rule-sets/files/testing-rules -v -H 'X-VM-Cloud-Access: CLOUD_API_TOKEN' -XPOST --data-binary '@testing-rules.yaml' ``` ## Troubleshooting