fix checksum download links for Dispatch to account for recent changes
Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/38a7fdda Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/38a7fdda Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/38a7fdda Branch: refs/heads/asf-site Commit: 38a7fddacbc8bd3e955c625c572ee28bade7e007 Parents: 5a9c681 Author: Robert Gemmell <[email protected]> Authored: Wed May 3 11:26:32 2017 +0100 Committer: Robert Gemmell <[email protected]> Committed: Wed May 3 11:26:32 2017 +0100 ---------------------------------------------------------------------- content/download.html | 2 +- input/download.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/38a7fdda/content/download.html ---------------------------------------------------------------------- diff --git a/content/download.html b/content/download.html index cbeea96..2436fc9 100644 --- a/content/download.html +++ b/content/download.html @@ -193,7 +193,7 @@ process. The downloads on this page are from our <tr> <td><a href="/components/dispatch-router/index.html">Dispatch router</a></td> <td><a href="http://www.apache.org/dyn/closer.lua/qpid/dispatch/0.8.0/qpid-dispatch-0.8.0.tar.gz">qpid-dispatch-0.8.0.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/qpid/dispatch/0.8.0/qpid-dispatch-0.8.0.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/dispatch/0.8.0/qpid-dispatch-0.8.0.tar.gz.sha1">SHA1</a></td> + <td><a href="http://www.apache.org/dist/qpid/dispatch/0.8.0/qpid-dispatch-0.8.0.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/dispatch/0.8.0/qpid-dispatch-0.8.0.tar.gz.md5">MD5</a>, <a href="http://www.apache.org/dist/qpid/dispatch/0.8.0/qpid-dispatch-0.8.0.tar.gz.sha">SHA512</a></td> </tr> </tbody> </table> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/38a7fdda/input/download.md ---------------------------------------------------------------------- diff --git a/input/download.md b/input/download.md index 6d3a77e..6f95614 100644 --- a/input/download.md +++ b/input/download.md @@ -45,7 +45,7 @@ It is important to [verify the integrity](#verify-what-you-download) of the file | ------- | -------- | ------ | | [Broker for Java]({{site_url}}/components/java-broker/index.html) | [qpid-broker-{{current_java_release}}-bin.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz)\* | [ASC](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz.md5), [SHA512](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz.sha) | | [C++ broker]({{site_url}}/components/cpp-broker/index.html) | [qpid-cpp-{{current_cpp_release}}.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz) | [ASC](http://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.md5), [SHA1](http://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.sha1) | -| [Dispatch router]({{site_url}}/components/dispatch-router/index.html) | [qpid-dispatch-{{current_dispatch_release}}.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz) | [ASC](http://www.apache.org/dist/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz.asc), [SHA1](http://www.apache.org/dist/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz.sha1) | +| [Dispatch router]({{site_url}}/components/dispatch-router/index.html) | [qpid-dispatch-{{current_dispatch_release}}.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz) | [ASC](http://www.apache.org/dist/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz.md5), [SHA512](http://www.apache.org/dist/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz.sha) | \*These Java artefacts are presented as compiled bytecode. We also offer the source as part of our --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
