You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2019/06/12 04:02:20 UTC

[incubator-druid-website] 08/40: Add HTTPS canonical links for existing pages

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

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

commit 11b37fef3e3537dd08bd03b421b351f6230183ee
Author: jon-wei <jo...@imply.io>
AuthorDate: Mon Apr 22 16:31:11 2019 -0700

    Add HTTPS canonical links for existing pages
---
 downloads.html | 1 +
 index.html     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/downloads.html b/downloads.html
index e12b323..912162a 100644
--- a/downloads.html
+++ b/downloads.html
@@ -2,6 +2,7 @@
 <html lang="en">
 <head>
 <title>Apache Druid (incubating) - Downloads</title>
+<link rel="canonical" href="https://druid.apache.org/downloads.html" />
 
 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script>
 <script>
diff --git a/index.html b/index.html
index 89a891a..608d996 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Apache Druid (incubating)</title>
-
+<link rel="canonical" href="https://druid.apache.org/index.html" />
 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script>
 <script>
   window.dataLayer = window.dataLayer || [];


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