You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2019/01/03 03:09:05 UTC

[calcite-avatica] branch master updated: Site: Add back links to git commits on download pages

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

francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 04d58ef  Site: Add back links to git commits on download pages
04d58ef is described below

commit 04d58efbf74a99fbfd6a0b704f3ec198cb91529f
Author: Francis Chuang <fr...@apache.org>
AuthorDate: Thu Jan 3 14:05:19 2019 +1100

    Site: Add back links to git commits on download pages
---
 site/downloads/avatica-go.md | 2 +-
 site/downloads/avatica.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/downloads/avatica-go.md b/site/downloads/avatica-go.md
index 555e4fd..684d238 100644
--- a/site/downloads/avatica-go.md
+++ b/site/downloads/avatica-go.md
@@ -63,7 +63,7 @@ Release          | Date       | Commit   | Download
 {% endcomment %}{% endif %}{% comment %}
 {% endcomment %}<a href="{{ site.baseurl }}/docs/go_history.html#{{ post.tag }}">{{ post.version }}</a>{% comment %}
 {% endcomment %} | {{ post.date | date_to_string }}{% comment %}
-{% endcomment %} | {{ post.sha }}{% comment %}
+{% endcomment %} | <a href="https://github.com/apache/calcite-avatica-go/commit/{{ post.sha }}">{{ post.sha }}</a>{% comment %}
 {% endcomment %}{% if d1 < d5 %}{% comment %}
 {% endcomment %} | <a href="{{ p }}/{{ f }}.tar.gz{{ q }}">tar</a>{% comment %}
 {% endcomment %} (<a href="{{ d }}/calcite/{{ v }}/{{ f }}.tar.gz.{{ digest }}">{{ digest }}</a>{% comment %}
diff --git a/site/downloads/avatica.md b/site/downloads/avatica.md
index 5d63ef5..69f9c63 100644
--- a/site/downloads/avatica.md
+++ b/site/downloads/avatica.md
@@ -63,7 +63,7 @@ Release          | Date       | Commit   | Download
 {% endcomment %}{% endif %}{% comment %}
 {% endcomment %}<a href="{{ site.baseurl }}/docs/history.html#{{ post.tag }}">{{ post.version }}</a>{% comment %}
 {% endcomment %} | {{ post.date | date_to_string }}{% comment %}
-{% endcomment %} | {{ post.sha }}{% comment %}
+{% endcomment %} | <a href="https://github.com/apache/calcite-avatica/commit/{{ post.sha }}">{{ post.sha }}</a>{% comment %}
 {% endcomment %} | <a href="{{ p }}/{{ v }}-src.tar.gz{{ q }}">tar</a>{% comment %}
 {% endcomment %} (<a href="{{ d }}/calcite/{{ v }}/{{ v }}-src.tar.gz.{{ digest }}">{{ digest }}</a>{% comment %}
 {% endcomment %} <a href="{{ d }}/calcite/{{ v }}/{{ v }}-src.tar.gz.asc">pgp</a>){% comment %}