Skip to content

Commit

Permalink
Fix pulsar-manager download link (apache#5774)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng authored Nov 30, 2019
1 parent f0b34e7 commit 163aa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/website/pages/en/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function connectorDownloadUrl(name, version) {
}

function getLatestPulsarManagerArchiveMirrorUrl(version, type) {
return `https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=pulsar/pulsar-manager/apache-pulsar-manager-${version}-${type}.tar.gz`
return `https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=pulsar/pulsar-manager/pulsar-manager-${version}/apache-pulsar-manager-${version}-${type}.tar.gz`
}

function pulsarManagerDistUrl(version, type) {
Expand Down

0 comments on commit 163aa43

Please sign in to comment.