This is an automated email from the ASF dual-hosted git repository.
feiwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git
The following commit(s) were added to refs/heads/master by this push:
new 02c1862 Resort the download links (#14)
02c1862 is described below
commit 02c186289fa9b27e482844e9d465df46579dda43
Author: Fei Wang <[email protected]>
AuthorDate: Mon Sep 20 10:57:16 2021 +0800
Resort the download links (#14)
---
layouts/custompage/release.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/layouts/custompage/release.html b/layouts/custompage/release.html
index 760e9d9..719f4ae 100644
--- a/layouts/custompage/release.html
+++ b/layouts/custompage/release.html
@@ -36,6 +36,12 @@
<td>{{.File.BaseFileName }}</td>
<td>{{dateFormat "2006 Jan 2 " .Date}}</td>
<td>
+ <a
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz">Source
Download</a>
+ (
+ <a
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512">checksum</a>
+ <a
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.asc">signature</a>)
+ </td>
+ <td>
<a
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz">Binary
Download</a>
(
<a
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512">checksum</a>
@@ -43,12 +49,6 @@
)
</td>
<td>
- <a
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz">Source
Download</a>
- (
- <a
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512">checksum</a>
- <a
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.asc">signature</a>)
- </td>
- <td>
<a href="/release/{{.File.BaseFileName }}.html">Announcement</a>
</td>
</tr>