You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/03/23 15:37:46 UTC

[incubator-seatunnel-website] 01/01: Fix downloads ash and sha link

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

kirs pushed a commit to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git

commit 9c63da9510fca742f9de6c1db2d2de5de291032b
Author: Kirs <ac...@163.com>
AuthorDate: Wed Mar 23 23:37:42 2022 +0800

    Fix downloads ash and sha link
---
 src/pages/download/data.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/download/data.json b/src/pages/download/data.json
index 3efeb7e..341b55e 100644
--- a/src/pages/download/data.json
+++ b/src/pages/download/data.json
@@ -4,13 +4,13 @@
 		"version": "v2.1.0",
 		"sourceCode": {
 			"src": "https://www.apache.org/dyn/closer.lua/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-src.tar.gz",
-			"asc": "https://www.apache.org/dyn/closer.lua/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-src.tar.gz.asc",
-			"sha512": "https://www.apache.org/dyn/closer.lua/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-src.tar.gz.sha512"
+			"asc": "https://downloads.apache.org/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-src.tar.gz.asc",
+			"sha512": "https://downloads.apache.org/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-src.tar.gz.sha512"
 		},
 		"binaryDistribution": {
 			"bin": "https://www.apache.org/dyn/closer.lua/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz",
-			"asc": "https://www.apache.org/dyn/closer.lua/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz.asc",
-			"sha512": "https://www.apache.org/dyn/closer.lua/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz.sha512"
+			"asc": "https://downloads.apache.org/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz.asc",
+			"sha512": "https://downloads.apache.org/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz.sha512"
 		}
 	}
 ]