This is an automated email from the ASF dual-hosted git repository. cwylie pushed a commit to branch fix-toc in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
commit 8b37f3b3ce0cb03daf619ba3ff2ed26cb23440ea Author: Clint Wylie <[email protected]> AuthorDate: Wed Dec 12 13:38:45 2018 -0800 Fix broken link in docs toc Change 'peon.html' to the correct link, 'peons.html'. No redirect is needed because the file has always been 'peons', just an incorrect link was introduced in the toc here https://github.com/apache/incubator-druid/pull/6259/files#diff-45297643736c5fb6da0e92f2c3df5d68R89 --- docs/content/toc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/toc.md b/docs/content/toc.md index 2da4248..50b3187 100644 --- a/docs/content/toc.md +++ b/docs/content/toc.md @@ -108,7 +108,7 @@ layout: toc * [Indexing Service](/docs/VERSION/design/indexing-service.html) * [Overlord](/docs/VERSION/design/overlord.html) * [MiddleManager](/docs/VERSION/design/middlemanager.html) - * [Peons](/docs/VERSION/design/peon.html) + * [Peons](/docs/VERSION/design/peons.html) * [Realtime (Deprecated)](/docs/VERSION/design/realtime.html) * Dependencies * [Deep Storage](/docs/VERSION/dependencies/deep-storage.html) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
