Repository: calcite-avatica
Updated Branches:
  refs/heads/master eb14ea6d6 -> d2f0f0913


Fix download link to release history in news item


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/d2f0f091
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/d2f0f091
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/d2f0f091

Branch: refs/heads/master
Commit: d2f0f091374d6f13d14138f277e674dfd2a6fa6b
Parents: eb14ea6
Author: Francis Chuang <francischu...@apache.org>
Authored: Mon Sep 10 11:22:47 2018 +1000
Committer: Francis Chuang <francischu...@apache.org>
Committed: Mon Sep 10 11:22:47 2018 +1000

----------------------------------------------------------------------
 site/_includes/news_item.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/d2f0f091/site/_includes/news_item.html
----------------------------------------------------------------------
diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html
index dac1717..f2fdcdc 100644
--- a/site/_includes/news_item.html
+++ b/site/_includes/news_item.html
@@ -56,10 +56,10 @@ limitations under the License.
     {{ post.content }}
     {% if post.categories contains 'release' %}
         {% if post.component == 'avatica-go' %}
-        <p>See the <a href="{{ site.baseurl }}/docs/go_history.html#{{ 
page.tag }}">release notes</a>;
+        <p>See the <a href="{{ site.baseurl }}/docs/go_history.html#{{ 
post.tag }}">release notes</a>;
             <a href="{{ site.baseurl 
}}/downloads/avatica-go.html#source-releases">download</a> the release.</p>
         {% else %}
-        <p>See the <a href="{{ site.baseurl }}/docs/history.html#{{ page.tag 
}}">release notes</a>;
+        <p>See the <a href="{{ site.baseurl }}/docs/history.html#{{ post.tag 
}}">release notes</a>;
             <a href="{{ site.baseurl 
}}/downloads/avatica.html#source-releases">download</a> the release.</p>
         {% endif %}
     {% endif %}

Reply via email to