Repository: activemq-6
Updated Branches:
  refs/heads/master 469a777c0 -> 0bffda228


doc fixes


Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/51f09253
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/51f09253
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/51f09253

Branch: refs/heads/master
Commit: 51f092537a70be6ee120c56dc3afd841321e5064
Parents: 3bd35d8
Author: Andy Taylor <[email protected]>
Authored: Mon Mar 16 11:27:36 2015 +0000
Committer: Andy Taylor <[email protected]>
Committed: Mon Mar 16 11:27:36 2015 +0000

----------------------------------------------------------------------
 docs/user-manual/en/SUMMARY.md                 |  2 +-
 docs/user-manual/en/flow-control.md            |  2 +-
 docs/user-manual/en/ha.md                      |  2 +-
 docs/user-manual/en/intercepting-operations.md |  2 +-
 docs/user-manual/en/management.md              | 26 ++++++++-------------
 5 files changed, 14 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/51f09253/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index d9f0d34..9bd05b8 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -3,7 +3,7 @@
 * [Introduction](README.md)
 * [Legal Notice](notice.md)
 * [Preface](preface.md)
-* [Project Info](project-info/project-info.md)
+* [Project Info](project-info.md)
 * [Messaging Concepts](messaging-concepts.md)
 * [Architecture](architecture.md)
 * [Using the Server](using-server.md)

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/51f09253/docs/user-manual/en/flow-control.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/flow-control.md 
b/docs/user-manual/en/flow-control.md
index 3982ea4..0f9ce42 100644
--- a/docs/user-manual/en/flow-control.md
+++ b/docs/user-manual/en/flow-control.md
@@ -270,7 +270,7 @@ the maximum desired message consumption rate specified in 
units of
 messages per second. Setting this to `-1` disables rate limited flow
 control. The default value is `-1`.
 
-Please see the ? for a working example of limiting producer rate.
+Please see [the examples chapter](examples.md) for a working example of 
limiting producer rate.
 
 #### Using Core API
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/51f09253/docs/user-manual/en/ha.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/ha.md b/docs/user-manual/en/ha.md
index bab189b..94f895a 100644
--- a/docs/user-manual/en/ha.md
+++ b/docs/user-manual/en/ha.md
@@ -35,7 +35,7 @@ Apache ActiveMQ supports two different strategies for backing 
up a server
     <ha-policy>
       <replication/>
     </ha-policy>
-               
+
 
 or
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/51f09253/docs/user-manual/en/intercepting-operations.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/intercepting-operations.md 
b/docs/user-manual/en/intercepting-operations.md
index 3a4d83a..4258de2 100644
--- a/docs/user-manual/en/intercepting-operations.md
+++ b/docs/user-manual/en/intercepting-operations.md
@@ -77,5 +77,5 @@ and invoked.
 
 ## Example
 
-See the examples for an example which shows how to use interceptors to add
+See [the examples chapter](examples.md) for an example which shows how to use 
interceptors to add
 properties to a message on the server.

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/51f09253/docs/user-manual/en/management.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/management.md 
b/docs/user-manual/en/management.md
index 186410a..163c434 100644
--- a/docs/user-manual/en/management.md
+++ b/docs/user-manual/en/management.md
@@ -245,10 +245,9 @@ transactions). These resources are:
 
     They can be started or stopped using the `start()` or. `stop()`
     method on the `AcceptorControl` class (with the ObjectName
-    `org.apache.activemq:module=Core,type=Acceptor,name="<the acceptor
-                            name>"` or the resource name
-    `core.acceptor.<the
-                            address name>`). The acceptors parameters
+    `org.apache.activemq:module=Core,type=Acceptor,name="<the acceptor name>"`
+    or the resource name
+    `core.acceptor.<the address name>`). The acceptors parameters
     can be retrieved using the `AcceptorControl` attributes (see 
[Understanding Acceptors](configuring-transports.md))
 
 -   Diverts
@@ -264,18 +263,16 @@ transactions). These resources are:
 
     They can be started or stopped using the `start()` (resp. `stop()`)
     method on the `BridgeControl` class (with the ObjectName
-    `org.apache.activemq:module=Core,type=Bridge,name="<the bridge
-                            name>"` or the resource name
-    `core.bridge.<the bridge
-                            name>`). Bridges parameters can be retrieved
+    `org.apache.activemq:module=Core,type=Bridge,name="<the bridge name>"`
+    or the resource name
+    `core.bridge.<the bridge name>`). Bridges parameters can be retrieved
     using the `BridgeControl` attributes (see [Core bridges](core-bridges.md))
 
 -   Broadcast groups
 
     They can be started or stopped using the `start()` or `stop()`
     method on the `BroadcastGroupControl` class (with the ObjectName
-    `org.apache.activemq:module=Core,type=BroadcastGroup,name="<the broadcast 
group
-                            name>"` or the resource name
+    `org.apache.activemq:module=Core,type=BroadcastGroup,name="<the broadcast 
group name>"` or the resource name
     `core.broadcastgroup.<the broadcast group name>`). Broadcast groups
     parameters can be retrieved using the `BroadcastGroupControl`
     attributes (see [Clusters](clusters.md))
@@ -284,10 +281,8 @@ transactions). These resources are:
 
     They can be started or stopped using the `start()` or `stop()`
     method on the `DiscoveryGroupControl` class (with the ObjectName
-    `org.apache.activemq:module=Core,type=DiscoveryGroup,name="<the discovery 
group
-                            name>"` or the resource name
-    `core.discovery.<the
-                            discovery group name>`). Discovery groups
+    `org.apache.activemq:module=Core,type=DiscoveryGroup,name="<the discovery 
group name>"` or the resource name
+    `core.discovery.<the discovery group name>`). Discovery groups
     parameters can be retrieved using the `DiscoveryGroupControl`
     attributes (see [Clusters](clusters.md))
 
@@ -295,8 +290,7 @@ transactions). These resources are:
 
     They can be started or stopped using the `start()` or `stop()`
     method on the `ClusterConnectionControl` class (with the ObjectName
-    `org.apache.activemq:module=Core,type=ClusterConnection,name="<the cluster
-                            connection name>"` or the resource name
+    `org.apache.activemq:module=Core,type=ClusterConnection,name="<the cluster 
connection name>"` or the resource name
     `core.clusterconnection.<the cluster connection name>`). Cluster
     connections parameters can be retrieved using the
     `ClusterConnectionControl` attributes (see [Clusters](clusters.md))

Reply via email to