Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
mirror link change (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfischer1108 authored Sep 17, 2021
1 parent 836e01b commit 396f2b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website2/website/pages/en/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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) {
Expand Down

0 comments on commit 396f2b8

Please sign in to comment.