From cbb8bc8e0ec12804ecf858dcd29d7b3ec81f485f Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Thu, 24 Oct 2024 12:33:42 -0400 Subject: [PATCH] docs: fix stale anchor --- docs/sources/operations/bloom-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/operations/bloom-filters.md b/docs/sources/operations/bloom-filters.md index beb7f57cffe07..b43562c2f2092 100644 --- a/docs/sources/operations/bloom-filters.md +++ b/docs/sources/operations/bloom-filters.md @@ -89,7 +89,7 @@ Do not run more than one instance of the Bloom Planner. The Bloom Builder is a stateless horizontally scalable component and can be scaled independently of the planner to fulfill the processing demand of the created tasks. You can find all the configuration options for these components in the [Configure section for the Bloom Builder][bloom-build-cfg]. -Refer to the [Enable Query Acceleration with Blooms](#enable-query-acceleration-with-blooms) section below for a configuration snippet enabling this feature. +Refer to the [Enable bloom filters](#enable-bloom-filters) section above for a configuration snippet enabling this feature. ### Retention