From eb9098ce120dddd30ccb171bf930f586e23f704d Mon Sep 17 00:00:00 2001 From: Denys Holius Date: Mon, 29 Aug 2022 22:03:00 +0300 Subject: [PATCH] snap/snapcraft.yml: yet one fix for broken links --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 951eb0d29..da5f7e7bb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -18,7 +18,7 @@ description: | * All the configuration is done via explicit command-line flags with reasonable defaults. * All the data is stored in a single directory pointed by `-storageDataPath` flag. * Easy and fast backups from - to S3 or GCS with [vmbackup] / [vmrestore]. + to S3 or GCS with https://docs.victoriametrics.com/vmbackup.html / https://docs.victoriametrics.com/vmrestore.html. * Storage is protected from corruption on unclean shutdown (i.e. OOM, hardware reset or `kill -9`) thanks to the storage architecture. * Supports metrics' scraping, ingestion and backfilling via the following protocols: * [Metrics from Prometheus exporters] @@ -33,7 +33,7 @@ description: | * Native binary format. * Prometheus exposition format. * Arbitrary CSV data. - * Supports metrics' relabeling. See [these docs](#relabeling) for details. + * Supports metrics' relabeling. See https://docs.victoriametrics.com/#relabeling for details. * Ideally works with big amounts of time series data from Kubernetes, IoT sensors, connected cars, industrial telemetry, financial data and various Enterprise workloads. * Has open source cluster version (https://github.com/VictoriaMetrics/VictoriaMetrics/tree/cluster).