Skip to content

Commit 267ab8b

Browse files
committed
Add link to releases
1 parent 5733b1f commit 267ab8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

download.html

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
$(document).ready (function () {
1818
$.getJSON("https://api.github.com/repos/su2code/SU2/releases/latest").done(function (data) {
1919
$ ('#current_release').text ("Current Release: " + data.name);
20+
$ ('#html_url').attr("href", data.html_url)
2021
$ ('#zip_ball').attr("href", data.zipball_url)
2122
$ ('#tar_ball').attr("href", data.tarball_url)
2223
for (var key in data.assets) {
@@ -111,6 +112,7 @@ <h2>Binary Executables</h2>
111112

112113
<br>
113114
<h3 id="current_release"></h3>
115+
<h4>Release Notes can be found on the <a href="https://github.com/su2code/SU2/releases">releases page on Github</a></h4>
114116
<br>
115117
<table style='width:100%;font-size:100%;'>
116118
<tr>

0 commit comments

Comments
 (0)