From ae218087110a24fb549aa8bbb642ed5b9d0f0edf Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Mon, 15 Jul 2024 12:17:52 -0400 Subject: [PATCH 1/2] Point docs index to latest pages Signed-off-by: Sean Killeen --- docs/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index d9d4d2b1527..2b9d7244309 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,10 +11,10 @@ The documentation is available alongside all the project documentation at ## Content -- [Getting started](getting_started.md) -- [Installation](installation.md) -- [Configuration](configuration/configuration.md) -- [Querying](querying/basics.md) -- [Storage](storage.md) -- [Federation](federation.md) -- [Migration](migration.md) +- [Getting started](https://prometheus.io/docs/prometheus/latest/getting_started) +- [Installation](https://prometheus.io/docs/prometheus/latest/installation) +- [Configuration](https://prometheus.io/docs/prometheus/latest/configuration) +- [Querying](https://prometheus.io/docs/prometheus/latest/querying/basics) +- [Storage](https://prometheus.io/docs/prometheus/latest/storage) +- [Federation](https://prometheus.io/docs/prometheus/latest/federation) +- [Migration](https://prometheus.io/docs/prometheus/latest/migration) From d3b5fbf5a94ff0e9694f8bbc52d92378a7081f81 Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Mon, 15 Jul 2024 13:51:20 -0400 Subject: [PATCH 2/2] Fix typo (configuration is supposed to appear in the URL twice) Signed-off-by: Sean Killeen --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 2b9d7244309..1b015f183a7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ The documentation is available alongside all the project documentation at - [Getting started](https://prometheus.io/docs/prometheus/latest/getting_started) - [Installation](https://prometheus.io/docs/prometheus/latest/installation) -- [Configuration](https://prometheus.io/docs/prometheus/latest/configuration) +- [Configuration](https://prometheus.io/docs/prometheus/latest/configuration/configuration) - [Querying](https://prometheus.io/docs/prometheus/latest/querying/basics) - [Storage](https://prometheus.io/docs/prometheus/latest/storage) - [Federation](https://prometheus.io/docs/prometheus/latest/federation)