This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 3626295 Go direct to download (#354)
3626295 is described below
commit 3626295c25643ac47194df12a7d4cc69a531a8aa
Author: Sebb <[email protected]>
AuthorDate: Mon Apr 29 12:50:50 2024 +0100
Go direct to download (#354)
Skips the intermediate page
---
src/pages/download/table.jsx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/pages/download/table.jsx b/src/pages/download/table.jsx
index 5eeec2d..f93c2b2 100644
--- a/src/pages/download/table.jsx
+++ b/src/pages/download/table.jsx
@@ -20,6 +20,7 @@ export default function (props) {
.concat('/apache-streampark-')
.concat(version)
.concat('-incubating-src.tar.gz')
+ .concat('?action=download')
}
function getBinaryLink(scala, version) {
@@ -31,6 +32,7 @@ export default function (props) {
.concat('-')
.concat(version)
.concat('-incubating-bin.tar.gz')
+ .concat('?action=download')
}
function getSourceSigs(version, suffix) {