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

[incubator-druid-website] branch asf-site updated: Fix redirect for orc (#17)

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

cwylie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-druid-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a2600a0  Fix redirect for orc (#17)
a2600a0 is described below

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

    Fix redirect for orc (#17)
---
 docs/0.15.0-incubating/development/extensions-contrib/orc.html | 8 ++++----
 docs/latest/development/extensions-contrib/orc.html            | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/0.15.0-incubating/development/extensions-contrib/orc.html b/docs/0.15.0-incubating/development/extensions-contrib/orc.html
index 19bab1e..f5c91cf 100644
--- a/docs/0.15.0-incubating/development/extensions-contrib/orc.html
+++ b/docs/0.15.0-incubating/development/extensions-contrib/orc.html
@@ -1,8 +1,8 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <title>Redirecting...</title>
-<link rel="canonical" href="development/extensions-core/orc.html">
-<meta http-equiv="refresh" content="0; url=development/extensions-core/orc.html">
+<link rel="canonical" href="../extensions-core/orc.html">
+<meta http-equiv="refresh" content="0; url=../extensions-core/orc.html">
 <h1>Redirecting...</h1>
-<a href="development/extensions-core/orc.html">Click here if you are not redirected.</a>
-<script>location="development/extensions-core/orc.html"</script>
+<a href="../extensions-core/orc.html">Click here if you are not redirected.</a>
+<script>location="../extensions-core/orc.html"</script>
diff --git a/docs/latest/development/extensions-contrib/orc.html b/docs/latest/development/extensions-contrib/orc.html
index 19bab1e..f5c91cf 100644
--- a/docs/latest/development/extensions-contrib/orc.html
+++ b/docs/latest/development/extensions-contrib/orc.html
@@ -1,8 +1,8 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <title>Redirecting...</title>
-<link rel="canonical" href="development/extensions-core/orc.html">
-<meta http-equiv="refresh" content="0; url=development/extensions-core/orc.html">
+<link rel="canonical" href="../extensions-core/orc.html">
+<meta http-equiv="refresh" content="0; url=../extensions-core/orc.html">
 <h1>Redirecting...</h1>
-<a href="development/extensions-core/orc.html">Click here if you are not redirected.</a>
-<script>location="development/extensions-core/orc.html"</script>
+<a href="../extensions-core/orc.html">Click here if you are not redirected.</a>
+<script>location="../extensions-core/orc.html"</script>


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