From ee220af19ab4c2b80623f123446b09f54d9e0749 Mon Sep 17 00:00:00 2001 From: Daniel Sabsay Date: Fri, 31 Oct 2025 14:04:12 -0700 Subject: [PATCH] Update readonly-ingester-scaling.md The URLs for blog posts have YYYY/MM/DD in the path e.g. `https://cortexmetrics.io/blog/2025/10/17/introducing-readonly-state-gradual-and-safe-ingester-scaling/` which this relative link didn't account for. Signed-off-by: Daniel Sabsay --- website/content/en/blog/2025/readonly-ingester-scaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/blog/2025/readonly-ingester-scaling.md b/website/content/en/blog/2025/readonly-ingester-scaling.md index 1f3b281a90..1fe85d6301 100644 --- a/website/content/en/blog/2025/readonly-ingester-scaling.md +++ b/website/content/en/blog/2025/readonly-ingester-scaling.md @@ -177,4 +177,4 @@ curl -X POST http://ingester-1:8080/ingester/mode -d '{"mode": "ACTIVE"}' The READONLY state improves Cortex's operational capabilities. This feature makes scaling operations safer, simpler, more flexible, and more performant than the traditional approach. Configuration changes across multiple components are no longer required - set ingesters to READONLY and remove them when convenient. -For detailed information and examples, check out our [Ingesters Scaling Guide](../../docs/guides/ingesters-scaling-up-and-down/). \ No newline at end of file +For detailed information and examples, check out our [Ingesters Scaling Guide](../../../../../docs/guides/ingesters-scaling-up-and-down/).