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

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

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 f148249  Fix wrong redirect for orc extension (#7983)
f148249 is described below

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

    Fix wrong redirect for orc extension (#7983)
---
 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