You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/11/18 19:45:54 UTC

[incubator-pinot] 01/01: Fix download link for 0.6.0

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

jlli pushed a commit to branch update-download-page
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 5546726413d229ef0957733c4778ffc3bbe210ca
Author: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
AuthorDate: Wed Nov 18 11:45:28 2020 -0800

    Fix download link for 0.6.0
---
 website/src/pages/download.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/src/pages/download.js b/website/src/pages/download.js
index a610d3b..38dbc94 100644
--- a/website/src/pages/download.js
+++ b/website/src/pages/download.js
@@ -51,14 +51,14 @@ function Download() {
                         <div className="row">
                             <div className="col">
                                 <a
-                                    href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.5.0/apache-pinot-incubating-0.5.0-bin.tar.gz"
+                                    href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.6.0/apache-pinot-incubating-0.6.0-bin.tar.gz"
                                     className="panel panel--link text--center"
                                 >
                                     <div className="panel--icon">
                                         <i className="feather icon-download"></i>
                                     </div>
 
-                                    <div className="panel--title">0.5.0</div>
+                                    <div className="panel--title">0.6.0</div>
 
                                     <a href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.6.0/apache-pinot-incubating-0.6.0-src.tar.gz">
                                         <div className="panel--title">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org