ARTEMIS-1076 fix broken doc links
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/98aa1891 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/98aa1891 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/98aa1891 Branch: refs/heads/master Commit: 98aa1891a561068a5ccf15c3fd8f8f64cc1fef42 Parents: 0e17666 Author: Justin Bertram <[email protected]> Authored: Wed Mar 29 13:57:02 2017 -0500 Committer: Clebert Suconic <[email protected]> Committed: Wed Mar 29 16:05:47 2017 -0400 ---------------------------------------------------------------------- docs/user-manual/en/SUMMARY.md | 2 +- docs/user-manual/en/architecture.md | 2 -- docs/user-manual/en/messaging-concepts.md | 2 +- docs/user-manual/en/preface.md | 4 ---- 4 files changed, 2 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/98aa1891/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index 0e2f0a0..9f1304a 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -10,7 +10,7 @@ * [Address Model](address-model.md) * [Using JMS](using-jms.md) * [Using Core](using-core.md) -* [Using AMQP](using-amqp.md) +* [Using AMQP](using-AMQP.md) * [Mapping JMS Concepts to the Core API](jms-core-mapping.md) * [The Client Classpath](client-classpath.md) * [Examples](examples.md) http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/98aa1891/docs/user-manual/en/architecture.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/architecture.md b/docs/user-manual/en/architecture.md index 2a43e5c..1711c43 100644 --- a/docs/user-manual/en/architecture.md +++ b/docs/user-manual/en/architecture.md @@ -139,5 +139,3 @@ you'll most likely end up creating a new connection and session every time you want to interact from the EJB, which is an anti-pattern.  - -For more information on using the JCA adaptor, please see [Application Server Integration and Java EE](appserver-integration.md). http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/98aa1891/docs/user-manual/en/messaging-concepts.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/messaging-concepts.md b/docs/user-manual/en/messaging-concepts.md index 1a90d7f..0bec714 100644 --- a/docs/user-manual/en/messaging-concepts.md +++ b/docs/user-manual/en/messaging-concepts.md @@ -244,7 +244,7 @@ theoretically any Stomp client can work with any messaging system that supports Stomp. Stomp clients are available in many different programming languages. -Please see [Stomp](interoperability.md) for using STOMP with Apache ActiveMQ Artemis. +Please see [Stomp](protocols-interoperability.md) for using STOMP with Apache ActiveMQ Artemis. ### OPENWIRE http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/98aa1891/docs/user-manual/en/preface.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/preface.md b/docs/user-manual/en/preface.md index 3035bec..40cd9e2 100644 --- a/docs/user-manual/en/preface.md +++ b/docs/user-manual/en/preface.md @@ -9,10 +9,6 @@ What is Apache ActiveMQ Artemis? - Apache ActiveMQ Artemis is an example of Message Oriented Middleware (MoM). For a description of MoMs and other messaging concepts please see the [Messaging Concepts](messaging-concepts.md). -- For answers to more questions about what Apache ActiveMQ Artemis is and what it - isn't please visit the [FAQs wiki - page](todo). - Why use Apache ActiveMQ Artemis? Here are just a few of the reasons: - 100% open source software. Apache ActiveMQ Artemis is licensed using the Apache
