From f8c07419c65a69adf2444908bbfb487342e78865 Mon Sep 17 00:00:00 2001 From: Rene Treffer Date: Wed, 30 Dec 2020 09:42:58 +0100 Subject: [PATCH] Fix store gateway link in sharding.md Store.md link: [components/store.md/](https://thanos.io/tip/components/store.md/) Sharding.md link: [thanos/sharding.md](https://thanos.io/tip/thanos/sharding.md/) Appending the suggested relative URL to the sharding.md results in [thanos/sharding.md/../../components/store.md/](https://thanos.io/v0.17/thanos/sharding.md/../../components/store.md/) which redirects to the correct page. Signed-off-by: Rene Treffer --- docs/sharding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sharding.md b/docs/sharding.md index 98aaf6fdb4..dad0106967 100644 --- a/docs/sharding.md +++ b/docs/sharding.md @@ -77,4 +77,4 @@ We can shard by adjusting which labels should be included in the blocks. For store gateway, we can specify `--min-time` and `--max-time` flags to filter for what blocks store gateway should be responsible for. -More details can refer to "Time based partitioning" chapter in [Store gateway](components/store.md). +More details can refer to "Time based partitioning" chapter in [Store gateway](../../components/store.md/).