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 11:31:30 UTC

[incubator-heron] 01/01: mirror link change

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

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

commit 4b361ef36dea610ec7cb89d0a9c652cb70955fb2
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Fri Sep 17 06:31:13 2021 -0500

    mirror link change
---
 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) {