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

[incubator-druid-website-src] 24/29: fix latest doc link and downlaod

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

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

commit 1a5c9daeb40b516e185f977a8812c3fd85c81082
Author: Vadim Ogievetsky <va...@gmail.com>
AuthorDate: Tue Jun 11 23:10:46 2019 -0700

    fix latest doc link and downlaod
---
 _layouts/doc_page.html | 4 ++--
 downloads.md           | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/_layouts/doc_page.html b/_layouts/doc_page.html
index 3ebad08..b46347d 100644
--- a/_layouts/doc_page.html
+++ b/_layouts/doc_page.html
@@ -16,8 +16,8 @@ sectionid: docs
       {% assign parts = (page.url | split: '/') %}
       {% assign version = parts[2] %}
 
-      {% if version != site.druid_versions[0].version and version != 'latest' %}
-      <p> Looking for the <a href="/docs/{{ site.druid_versions[0].version }}/">latest stable documentation</a>?</p>
+      {% if version != site.druid_versions[0].versions[0].version and version != 'latest' %}
+      <p> Looking for the <a href="/docs/{{ site.druid_versions[0].versions[0].version }}/">latest stable documentation</a>?</p>
       {% endif %}
 
       <div class="row">
diff --git a/downloads.md b/downloads.md
index 0668a23..45cd8a6 100644
--- a/downloads.md
+++ b/downloads.md
@@ -22,6 +22,8 @@ The latest Apache Druid (incubating) stable release is {{ release.version }}.
 {% endfor %}
 {% endfor %}
 
+You should verify your download by following these [procedures](https://www.apache.org/info/verification.html) and using these [KEYS](https://www.apache.org/dist/incubator/druid/KEYS).
+
 To learn more about releases, please visit the [versioning page](/docs/latest/development/versioning.html).
 
 ## Get started


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