You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2019/06/27 23:29:44 UTC

[incubator-druid] branch 0.15.0-incubating updated: Fix wrong redirect for orc extension (#7983) (#7984)

This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a commit to branch 0.15.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.15.0-incubating by this push:
     new f8109e8  Fix wrong redirect for orc extension (#7983) (#7984)
f8109e8 is described below

commit f8109e8dbf81dd8f8475a462698e8044c1179e1d
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Thu Jun 27 16:29:39 2019 -0700

    Fix wrong redirect for orc extension (#7983) (#7984)
---
 docs/_redirects.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_redirects.json b/docs/_redirects.json
index 9f1922c..18cdf69 100644
--- a/docs/_redirects.json
+++ b/docs/_redirects.json
@@ -166,5 +166,5 @@
   {"source": "development/community-extensions/rabbitmq.html", "target": "../extensions-contrib/rabbitmq.html"},
   {"source": "development/extensions-core/namespaced-lookup.html", "target": "lookups-cached-global.html"},
   {"source": "operations/performance-faq.html", "target": "../operations/basic-cluster-tuning.html"},
-  {"source": "development/extensions-contrib/orc.html", "target": "development/extensions-core/orc.html"}
+  {"source": "development/extensions-contrib/orc.html", "target": "../extensions-core/orc.html"}
 ]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org