Fix redirects (#6151)

This commit is contained in:
Atul Mohan 2018-08-10 15:55:48 -05:00 committed by Jonathan Wei
parent 1a37dfdcd1
commit 064c22c937
1 changed files with 5 additions and 5 deletions

View File

@ -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"},