This is an automated email from the ASF dual-hosted git repository. cwylie pushed a commit to branch 0.14.1-incubating in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
commit 9d6670ffbc6f90ca08c5306d8599fb5e427c07e0 Author: Slim Bouguerra <[email protected]> AuthorDate: Fri Apr 19 09:58:54 2019 -0700 Fix broken link due to Typo. (#7513) Change-Id: I5792f89ed6afe945f386058edd44f0400998460a --- docs/content/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/index.md b/docs/content/configuration/index.md index da506c9..dcf890a 100644 --- a/docs/content/configuration/index.md +++ b/docs/content/configuration/index.md @@ -32,7 +32,7 @@ This page documents all of the configuration properties for each Druid service t * [JVM Configuration Best Practices](#jvm-configuration-best-practices) * [Extensions](#extensions) * [Modules](#modules) - * [Zookeeper](#zookeper) + * [Zookeeper](#zookeeper) * [Exhibitor](#exhibitor) * [TLS](#tls) * [Authentication & Authorization](#authentication-and-authorization) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
