From 7d8a2c04810bf9d6a066b395b147b4c9b3fec3c7 Mon Sep 17 00:00:00 2001 From: Denys Holius Date: Mon, 29 Aug 2022 21:53:15 +0300 Subject: [PATCH] snap/snapcraft.yml: fixed broken link --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2ed7920fe..951eb0d29 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -5,7 +5,7 @@ icon: logo.png summary: VictoriaMetrics is fast, cost-effective and scalable time-series database. description: | * VictoriaMetrics can be used as long-term storage for Prometheus or for vmagent. - See [these docs](#prometheus-setup) for details. + See https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#prometheus-setup for details. * Supports Prometheus querying API, so it can be used as Prometheus drop-in replacement in Grafana. VictoriaMetrics implements MetricsQL, https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/MetricsQL query language, which is inspired by PromQL. * Supports global query view. Multiple Prometheus instances may write data into VictoriaMetrics. Later this data may be used in a single query.