From 9006e255ef868994a4c4b9515907e276d168c8b4 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Thu, 1 Oct 2015 13:03:46 -0500 Subject: [PATCH] fixing the link to chunkPeriod doc --- docs/content/configuration/broker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/broker.md b/docs/content/configuration/broker.md index 1ade1eb06df..9c93f9c30a4 100644 --- a/docs/content/configuration/broker.md +++ b/docs/content/configuration/broker.md @@ -49,7 +49,7 @@ Druid broker can optionally retry queries internally for transient errors. #### Processing -The broker uses processing configs for nested groupBy queries. And, optionally, Long-interval queries (of any type) can be broken into shorter interval queries and processed in parallel inside this thread pool. For more details, see "chunkPeriod" in [Querying](../querying/querying.html) doc. +The broker uses processing configs for nested groupBy queries. And, optionally, Long-interval queries (of any type) can be broken into shorter interval queries and processed in parallel inside this thread pool. For more details, see "chunkPeriod" in [Query Context](../querying/query-context.html) doc. |Property|Description|Default|