[BAHIR-62] Add link to release notes in download page
Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/43daa9a4 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/43daa9a4 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/43daa9a4 Branch: refs/heads/master Commit: 43daa9a4eab001c3bacc00b6fe1c9cbd0c9c26cb Parents: fda5242 Author: Luciano Resende <[email protected]> Authored: Fri Oct 28 03:34:12 2016 +0200 Committer: Luciano Resende <[email protected]> Committed: Fri Oct 28 03:34:12 2016 +0200 ---------------------------------------------------------------------- site/download.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/43daa9a4/site/download.md ---------------------------------------------------------------------- diff --git a/site/download.md b/site/download.md index c5c93b5..88d6814 100644 --- a/site/download.md +++ b/site/download.md @@ -58,6 +58,13 @@ Our latest release is {{ site.data.project.name }} {{site.data.project.latest_re <!--td><a href="http://www.apache.org/dist/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/apache-bahir-{{site.data.project.latest_release}}-src.zip.sha1">SHA-1</a></td--> <td><a href="http://www.apache.org/dist/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/apache-bahir-{{site.data.project.latest_release}}-src.zip.asc">ASC</a></td> </tr> + <tr> + <td>Release Notes</td> + <td><a href="/releases/{{ site.data.project.latest_release }}/release-notes">{{ site.data.project.latest_release }}</a></td> + <td></td> + <!--td></td--> + <td></td> + </tr> </tbody> </table> {% endif %}
