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 2020/02/15 01:34:25 UTC

[druid-website-src] branch download-footer-fix created (now ccca5bc)

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

cwylie pushed a change to branch download-footer-fix
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git.


      at ccca5bc  remove direct download from footer, incubating cleanup

This branch includes the following new commits:

     new ccca5bc  remove direct download from footer, incubating cleanup

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[druid-website-src] 01/01: remove direct download from footer, incubating cleanup

Posted by cw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch download-footer-fix
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git

commit ccca5bcb3819b94be35f54b0bdfbeb7dbfa37d41
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Fri Feb 14 17:34:09 2020 -0800

    remove direct download from footer, incubating cleanup
---
 _includes/news-list.html   | 2 +-
 _includes/page_footer.html | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/_includes/news-list.html b/_includes/news-list.html
index 72a8bc3..0338bbc 100644
--- a/_includes/news-list.html
+++ b/_includes/news-list.html
@@ -12,7 +12,7 @@
   {% if ctr < max %}
   {% assign ctr = ctr | plus:1 %}
   <p>
-    <a href="https://github.com/apache/incubator-druid/releases/tag/druid-{{ release.version }}">
+    <a href="https://github.com/apache/druid/releases/tag/druid-{{ release.version }}">
       <span class="title">Apache Druid {{ release.version | remove: "-incubating"}} Released</span><br>
       <span class="text-muted">{{ release.date | date: "%b %e %Y" }}</span>
     </a>
diff --git a/_includes/page_footer.html b/_includes/page_footer.html
index 0ccbef1..e46436b 100644
--- a/_includes/page_footer.html
+++ b/_includes/page_footer.html
@@ -15,8 +15,7 @@
   <div class="text-center">
     <a title="Join the user group" href="https://groups.google.com/forum/#!forum/druid-user" target="_blank"><span class="fa fa-comments"></span></a>&ensp;·&ensp;
     <a title="Follow Druid" href="https://twitter.com/druidio" target="_blank"><span class="fab fa-twitter"></span></a>&ensp;·&ensp;
-    <a title="Download via Apache" href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/{{ site.druid_versions[0].versions[0].version }}/apache-druid-{{ site.druid_versions[0].versions[0].version }}-bin.tar.gz" target="_blank"><span class="fas fa-feather"></span></a>&ensp;·&ensp;
-    <a title="GitHub" href="https://github.com/apache/incubator-druid" target="_blank"><span class="fab fa-github"></span></a>
+    <a title="GitHub" href="https://github.com/apache/druid" target="_blank"><span class="fab fa-github"></span></a>
   </div>
   <div class="text-center license">
     Copyright © 2020 <a href="https://www.apache.org/" target="_blank">Apache Software Foundation</a>.<br>


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