You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2021/09/17 15:01:00 UTC

[incubator-heron] branch master updated: mirror link change (#3716)

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

joshfischer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 396f2b8  mirror link change (#3716)
396f2b8 is described below

commit 396f2b848da0f56dcfda1d917928358133851cf5
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Fri Sep 17 09:58:37 2021 -0500

    mirror link change (#3716)
---
 website2/website/pages/en/download.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website2/website/pages/en/download.js b/website2/website/pages/en/download.js
index 8bb6b2f..af29c66 100644
--- a/website2/website/pages/en/download.js
+++ b/website2/website/pages/en/download.js
@@ -11,7 +11,7 @@ const siteConfig = require(`${CWD}/siteConfig.js`);
 const heronReleases = require(`${CWD}/heron-release.json`)
 
 function getLatestArchiveMirrorUrl(version, type) {
-    return `http://www.apache.org/dyn/closer.cgi/incubator/heron/heron-${version}/heron-${version}-${type}.tar.gz?action=download`
+    return `http://www.apache.org/dyn/closer.lua/incubator/heron/heron-${version}/heron-${version}-${type}.tar.gz?action=download`
 }
 
 function getTarUrl(version, type) {
@@ -23,11 +23,11 @@ function getInstallScriptCryptoUrl(version, osType) {
 }
 
 function distUrl(version, type) {
-    return `http://www.apache.org/dyn/closer.cgi/incubator/heron/heron-${version}/heron-${version}-${type}.tar.gz?action=download`
+    return `http://www.apache.org/dyn/closer.lua/incubator/heron/heron-${version}/heron-${version}-${type}.tar.gz?action=download`
 }
 
 function getInstallScriptMirrorUrl(version, type) {
-    return `http://www.apache.org/dyn/closer.cgi/incubator/heron/heron-${version}/heron-install-${version}-${type}.sh`
+    return `http://www.apache.org/dyn/closer.lua/incubator/heron/heron-${version}/heron-install-${version}-${type}.sh`
 }
 
 function archiveUrl(version, type) {