You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/09 08:11:01 UTC

[GitHub] [pulsar] ambition119 commented on a change in pull request #3793: Update connector download URL

ambition119 commented on a change in pull request #3793: Update connector download URL
URL: https://github.com/apache/pulsar/pull/3793#discussion_r263990873
 
 

 ##########
 File path: site2/website/scripts/replace.js
 ##########
 @@ -33,7 +33,7 @@ function connectorReleaseUrl(version) {
     if (version.includes('incubating')) {
         return `https://archive.apache.org/dist/incubator/pulsar/pulsar-${version}/apache-pulsar-io-connectors-${version}-bin.tar.gz`
     } else {
-        return `https://archive.apache.org/dist/pulsar/pulsar-${version}/apache-pulsar-io-connectors-${version}-bin.tar.gz`
+        return `https://archive.apache.org/dist/pulsar/pulsar-${version}/connectors/`
 
 Review comment:
   2.3 is this url, 2.2.x url is the same.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services