QPID-8154: Correct a broken link
Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/0a8153a9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/0a8153a9 Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/0a8153a9 Branch: refs/heads/asf-site Commit: 0a8153a9ceee6a4b133faaaedb118ecc0c08a684 Parents: bc2504f Author: Justin Ross <[email protected]> Authored: Sat Apr 21 09:07:04 2018 -0700 Committer: Justin Ross <[email protected]> Committed: Sat Apr 21 09:07:04 2018 -0700 ---------------------------------------------------------------------- content/components/dispatch-router/index.html | 2 +- content/documentation.html | 2 +- input/components/dispatch-router/index.md | 2 +- input/documentation.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0a8153a9/content/components/dispatch-router/index.html ---------------------------------------------------------------------- diff --git a/content/components/dispatch-router/index.html b/content/components/dispatch-router/index.html index c2f4ee9..a667409 100644 --- a/content/components/dispatch-router/index.html +++ b/content/components/dispatch-router/index.html @@ -145,7 +145,7 @@ they be clients, brokers or other AMQP-enabled services. More about <div class="column"> <ul> -<li><a href="/releases/qpid-dispatch-1.0.1/book/book.html">Dispatch router book</a></li> +<li><a href="/releases/qpid-dispatch-1.0.1/book/index.html">Dispatch router book</a></li> <li><a href="https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README;hb=1.0.1">Installing Qpid Dispatch</a></li> </ul> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0a8153a9/content/documentation.html ---------------------------------------------------------------------- diff --git a/content/documentation.html b/content/documentation.html index 5f0307f..880de5a 100644 --- a/content/documentation.html +++ b/content/documentation.html @@ -203,7 +203,7 @@ You can find older versions with our <ul> <li><a href="/components/dispatch-router/index.html">Overview</a></li> -<li><a href="/releases/qpid-dispatch-1.0.1/book/book.html">Dispatch router book</a></li> +<li><a href="/releases/qpid-dispatch-1.0.1/book/index.html">Dispatch router book</a></li> </ul> </section> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0a8153a9/input/components/dispatch-router/index.md ---------------------------------------------------------------------- diff --git a/input/components/dispatch-router/index.md b/input/components/dispatch-router/index.md index 9edfcf9..81d1599 100644 --- a/input/components/dispatch-router/index.md +++ b/input/components/dispatch-router/index.md @@ -44,7 +44,7 @@ they be clients, brokers or other AMQP-enabled services. More about <div class="two-column" markdown="1"> <div class="column" markdown="1"> - - [Dispatch router book]({{current_dispatch_release_url}}/book/book.html) + - [Dispatch router book]({{current_dispatch_release_url}}/book/index.html) - [Installing Qpid Dispatch](https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README;hb={{current_dispatch_release}}) </div> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/0a8153a9/input/documentation.md ---------------------------------------------------------------------- diff --git a/input/documentation.md b/input/documentation.md index df65da5..5aeb8fc 100644 --- a/input/documentation.md +++ b/input/documentation.md @@ -88,7 +88,7 @@ You can find older versions with our ### Dispatch router - [Overview]({{site_url}}/components/dispatch-router/index.html) - - [Dispatch router book]({{current_dispatch_release_url}}/book/book.html) + - [Dispatch router book]({{current_dispatch_release_url}}/book/index.html) </section> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
