This is an automated email from the ASF dual-hosted git repository.
jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new 064c22c Fix redirects (#6151)
064c22c is described below
commit 064c22c93763de8c61306a90b4a56a11af32a819
Author: Atul Mohan <[email protected]>
AuthorDate: Fri Aug 10 15:55:48 2018 -0500
Fix redirects (#6151)
---
docs/_redirects.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/_redirects.json b/docs/_redirects.json
index 24c7744..390f6ba 100644
--- a/docs/_redirects.json
+++ b/docs/_redirects.json
@@ -91,11 +91,11 @@
{"source": "comparisons/druid-vs-impala-or-shark.html", "target":
"druid-vs-sql-on-hadoop.html"},
{"source": "comparisons/druid-vs-vertica.html", "target":
"druid-vs-redshift.html"},
{"source": "configuration/auth.html", "target": "design/auth.html"},
- {"source": "configuration/broker.html", "target":
"configuration/index.html#broker"},
- {"source": "configuration/caching.html", "target":
"configuration/index.html#cache-configuration"},
- {"source": "configuration/coordinator.html", "target":
"configuration/index.html#coordinator"},
- {"source": "configuration/historical.html", "target":
"configuration/index.html#historical"},
- {"source": "configuration/indexing-service.html", "target":
"configuration/index.html#overlord"},
+ {"source": "configuration/broker.html", "target":
"../configuration/index.html#broker"},
+ {"source": "configuration/caching.html", "target":
"../configuration/index.html#cache-configuration"},
+ {"source": "configuration/coordinator.html", "target":
"../configuration/index.html#coordinator"},
+ {"source": "configuration/historical.html", "target":
"../configuration/index.html#historical"},
+ {"source": "configuration/indexing-service.html", "target":
"../configuration/index.html#overlord"},
{"source": "configuration/simple-cluster.html", "target":
"../tutorials/cluster.html"},
{"source": "design/concepts-and-terminology.html", "target": "index.html"},
{"source": "development/approximate-histograms.html", "target":
"extensions-core/approximate-histograms.html"},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]