From 63d9a92d3d0600ce1eeb499ccd035ec6c469e421 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 27 Jul 2023 18:05:01 -0700 Subject: [PATCH] docs/vmalert.md: fix broken links to `Web` chapter --- app/vmalert/README.md | 4 ++-- docs/vmalert.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 68c375cf6b..613a8db626 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -378,7 +378,7 @@ to persist the state to the remote destination via the following flags: Both flags are required for proper state restoration. Restore process may fail if time series are missing in configured `-remoteRead.url`, weren't updated in the last `1h` (controlled by `-remoteRead.lookback`) or received state doesn't match current `vmalert` rules configuration. `vmalert` marks successfully restored rules -with `restored` label in [web UI](#WEB). +with `restored` label in [web UI](#web). ### Multitenancy @@ -1607,7 +1607,7 @@ dns_sd_configs: port: 9093 ``` -The list of configured or discovered Notifiers can be explored via [UI](#Web). +The list of configured or discovered Notifiers can be explored via [UI](#web). If Alertmanager runs in cluster mode then all its URLs needs to be available during discovery to ensure [high availability](https://github.com/prometheus/alertmanager#high-availability). diff --git a/docs/vmalert.md b/docs/vmalert.md index fc4d6604b6..f9ad90e532 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -389,7 +389,7 @@ to persist the state to the remote destination via the following flags: Both flags are required for proper state restoration. Restore process may fail if time series are missing in configured `-remoteRead.url`, weren't updated in the last `1h` (controlled by `-remoteRead.lookback`) or received state doesn't match current `vmalert` rules configuration. `vmalert` marks successfully restored rules -with `restored` label in [web UI](#WEB). +with `restored` label in [web UI](#web). ### Multitenancy @@ -1618,7 +1618,7 @@ dns_sd_configs: port: 9093 ``` -The list of configured or discovered Notifiers can be explored via [UI](#Web). +The list of configured or discovered Notifiers can be explored via [UI](#web). If Alertmanager runs in cluster mode then all its URLs needs to be available during discovery to ensure [high availability](https://github.com/prometheus/alertmanager#high-availability).