You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2017/09/05 01:14:49 UTC

incubator-livy-website git commit: [MINOR] Updated tar.gz to zip on download page

Repository: incubator-livy-website
Updated Branches:
  refs/heads/master 46e39ee66 -> e3317a823


[MINOR] Updated tar.gz to zip on download page

Followup to #8

Accidentally left the tar.gz naming after switching the file type to zip in the links.

Author: Alex Bozarth <aj...@us.ibm.com>

Closes #9 from ajbozarth/release_fix.


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/commit/e3317a82
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/tree/e3317a82
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/diff/e3317a82

Branch: refs/heads/master
Commit: e3317a8234644b914297a6d61d97c9318cc3a145
Parents: 46e39ee
Author: Alex Bozarth <aj...@us.ibm.com>
Authored: Tue Sep 5 09:14:48 2017 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Tue Sep 5 09:14:48 2017 +0800

----------------------------------------------------------------------
 site/download.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/e3317a82/site/download.md
----------------------------------------------------------------------
diff --git a/site/download.md b/site/download.md
index 625be8a..0a45728 100644
--- a/site/download.md
+++ b/site/download.md
@@ -42,15 +42,15 @@ limitations under the License.
     </thead>
     <tbody>
         <tr>
-            <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (tar.gz)</td>
-            <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-bin.zip">tar.gz</a></td>
+            <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (zip)</td>
+            <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-bin.zip">zip</a></td>
             <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-bin.zip.md5">MD5</a></td>
             <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-bin.zip.sha512">SHA-512</a></td>
             <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-bin.zip.asc">ASC</a></td>
         </tr>
         <tr>
-            <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (source tar.gz)</td>
-            <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-src.zip">tar.gz</a></td>
+            <td>{{ site.data.project.name }} {{site.data.project.latest_release}} (source zip)</td>
+            <td><a href="http://www.apache.org/dyn/closer.lua/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-src.zip">zip</a></td>
             <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-src.zip.md5">MD5</a></td>
             <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-src.zip.sha512">SHA-512</a></td>
             <td><a href="http://www.apache.org/dist/incubator/{{site.data.project.unix_name}}/{{site.data.project.latest_release}}/{{site.data.project.unix_name}}-{{site.data.project.latest_release}}-src.zip.asc">ASC</a></td>