sijie commented on a change in pull request #2325: [website] update downlink
used for quickstart
URL: https://github.com/apache/incubator-pulsar/pull/2325#discussion_r208270642
##########
File path: site2/website/scripts/replace.js
##########
@@ -22,11 +22,11 @@ function downloadPageUrl() {
}
function binaryReleaseUrl(version) {
- return
`http://www.apache.org/dyn/closer.cgi/incubator/pulsar/pulsar-${version}/apache-pulsar-${version}-bin.tar.gz`
Review comment:
archive is okay, it just can't be dist directly. all the links in our
download pages for old releases are from archive.
closer.cgi is a redirection to a page showing what is the closer mirror. but
it doesn't download directly. so when it is used in command line, it doesn't
really work. I noticed this when I am trying out all the quickstart in pulsar
documentation. so this leads me to change it to archive. do you know any better
links here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services