leonardBang commented on code in PR #831: URL: https://github.com/apache/flink-web/pull/831#discussion_r3419385107
########## docs/data/flink_connectors.yml: ########## @@ -73,9 +73,9 @@ hive: http: name: "Apache Flink HTTP Connector 1.0.0" - source_release_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0-rc2/flink-connector-http-1.0.0-src.tgz" - source_release_asc_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0-rc2/flink-connector-http-1.0.0-src.tgz.asc" - source_release_sha512_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0-rc2/flink-connector-http-1.0.0-src.tgz.sha512" + source_release_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0/flink-connector-http-1.0.0-src.tgz" Review Comment: source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-connector-jdbc-3.3.0/flink-connector-jdbc-3.3.0-src.tgz" source_release_asc_url: "https://downloads.apache.org/flink/flink-connector-jdbc-3.3.0/flink-connector-jdbc-3.3.0-src.tgz.asc" source_release_sha512_url: "https://downloads.apache.org/flink/flink-connector-jdbc-3.3.0/flink-connector-jdbc-3.3.0-src.tgz.sha512" You should follow existing urls to build the download urls that will work after your release. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
