From 1ae98867a59091bb7cd68942dab74e9e99e72c7e Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Tue, 27 Dec 2022 12:15:10 +0100 Subject: [PATCH] fix broken links Signed-off-by: Artem Navoiev --- docs/CHANGELOG.md | 2 +- docs/CaseStudies.md | 2 +- docs/Cluster-VictoriaMetrics.md | 2 +- docs/README.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- docs/vmanomaly.md | 3 +-- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3ebcf46ec0..d2b502b700 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -249,7 +249,7 @@ Released at 2022-10-14 * BUGFIX: [vmbackup](https://docs.victoriametrics.com/vmbackup.html): set default region to `us-east-1` if `AWS_REGION` environment variable isn't set. The issue was introduced in [vmbackup v1.82.0](https://docs.victoriametrics.com/CHANGELOG.html#v1820). See [this pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/3224). * BUGFIX: [vmbackupmanager](https://docs.victoriametrics.com/vmbackupmanager.html): fix deletion of old backups at [Azure blob storage](https://azure.microsoft.com/en-us/products/storage/blobs/). * BUGFIX: [MetricsQL](https://docs.victoriametrics.com/MetricsQL.html): properly apply regex filters when searching for time series. Previously unexpected time series could be returned from regex filter. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3227). The issue was introduced in [v1.82.0](https://docs.victoriametrics.com/CHANGELOG.html#v1820). -* BUGFIX: [vmagent](https://docs.victoriametrics.com/vmbagent.html): properly apply `if` section with regex filters. Previously unexpected metrics could be returned from `if` section. The issue was introduced in [v1.82.0](https://docs.victoriametrics.com/CHANGELOG.html#v1820). +* BUGFIX: [vmagent](https://docs.victoriametrics.com/vmagent.html): properly apply `if` section with regex filters. Previously unexpected metrics could be returned from `if` section. The issue was introduced in [v1.82.0](https://docs.victoriametrics.com/CHANGELOG.html#v1820). ## [v1.82.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.82.0) diff --git a/docs/CaseStudies.md b/docs/CaseStudies.md index fffacf2a80..216ecaa0c0 100644 --- a/docs/CaseStudies.md +++ b/docs/CaseStudies.md @@ -234,7 +234,7 @@ from `Large-scale, super-load system monitoring platform built with VictoriaMetr ## Dreamteam -[Dreamteam](https://dreamteam.gg/) successfully uses single-node VictoriaMetrics in multiple environments. +Dreamteam successfully uses single-node VictoriaMetrics in multiple environments. Numbers: diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index 81e5fac6d8..d83f122157 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -1297,7 +1297,7 @@ Below is the output for `/path/to/vmstorage -help`: ## VictoriaMetrics Logo -[Zip](VM_logo.zip) contains three folders with different image orientation (main color and inverted version). +[Zip](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/VM_logo.zip) contains three folders with different image orientation (main color and inverted version). Files included in each folder: diff --git a/docs/README.md b/docs/README.md index 3b62c4c714..1e37371ac2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -404,7 +404,7 @@ dd_url: http://victoriametrics:8428/datadog vmagent also can accept Datadog metrics format. Depending on where vmagent will forward data, -pick [single-node or cluster URL]((https://docs.victoriametrics.com/url-examples.html#datadog)) formats. +pick [single-node or cluster URL](https://docs.victoriametrics.com/url-examples.html#datadog) formats. ### Sending metrics to Datadog and VictoriaMetrics diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 34c1c5ed88..7ea35cdad3 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -407,7 +407,7 @@ dd_url: http://victoriametrics:8428/datadog vmagent also can accept Datadog metrics format. Depending on where vmagent will forward data, -pick [single-node or cluster URL]((https://docs.victoriametrics.com/url-examples.html#datadog)) formats. +pick [single-node or cluster URL](https://docs.victoriametrics.com/url-examples.html#datadog) formats. ### Sending metrics to Datadog and VictoriaMetrics diff --git a/docs/vmanomaly.md b/docs/vmanomaly.md index 78dfb716cf..02a246b762 100644 --- a/docs/vmanomaly.md +++ b/docs/vmanomaly.md @@ -79,8 +79,7 @@ Currently, vmanomaly ships with a few common models: 5. **ARIMA** - Commonly used forecasting model. See [statsmodels.org documentation](https://www.statsmodels. - org/stable/generated/statsmodels.tsa.arima.model.ARIMA.html) for ARIMA. + Commonly used forecasting model. See [statsmodels.org documentation](https://www.statsmodels.org/stable/generated/statsmodels.tsa.arima.model.ARIMA.html) for ARIMA. 6. **Rolling Quantile**