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/11 04:17:13 UTC

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

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

 ##########
 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:
   @jiazhai Will update soon.

----------------------------------------------------------------
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