You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2019/10/08 19:33:41 UTC

[activemq-website] branch master updated: Fixed broken links to activemq and stop URI configuration pages.

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 49dd3e5  Fixed broken links to activemq and stop URI configuration pages.
49dd3e5 is described below

commit 49dd3e555fc24cde763c8c89eb5a45c97c3d9261
Author: Pontus Ullgren <po...@redpill-linpro.com>
AuthorDate: Wed Oct 2 12:51:07 2019 +0200

    Fixed broken links to activemq and stop URI configuration pages.
---
 content/components/nms/nms-uri-configuration.html | 4 ++--
 src/components/nms/nms-uri-configuration.md       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/components/nms/nms-uri-configuration.html b/content/components/nms/nms-uri-configuration.html
index b156702..3212fc3 100644
--- a/content/components/nms/nms-uri-configuration.html
+++ b/content/components/nms/nms-uri-configuration.html
@@ -112,11 +112,11 @@
   </thead>
   <tbody>
     <tr>
-      <td><a href="../providers/activemq/uri-configuration">activemq</a></td>
+      <td><a href="providers/activemq/uri-configuration">activemq</a></td>
       <td>Use the NMS.ActiveMQ Provider to talk to an ActiveMQ Broker.</td>
     </tr>
     <tr>
-      <td><a href="../providers/stomp/uri-configuration">stomp</a></td>
+      <td><a href="providers/stomp/uri-configuration">stomp</a></td>
       <td>Use the NMS.Stomp Provider to talk to an Stomp Broker ActivemMQ Broker supports the Stomp protocol natively.</td>
     </tr>
     <tr>
diff --git a/src/components/nms/nms-uri-configuration.md b/src/components/nms/nms-uri-configuration.md
index 3062992..f26d5ae 100644
--- a/src/components/nms/nms-uri-configuration.md
+++ b/src/components/nms/nms-uri-configuration.md
@@ -19,8 +19,8 @@ Click on the provider name to visit the URI configuration documentation for your
 
 |Option Name|Description|
 |---|---|
-|[activemq](../providers/activemq/uri-configuration)|Use the NMS.ActiveMQ Provider to talk to an ActiveMQ Broker.|
-|[stomp](../providers/stomp/uri-configuration)|Use the NMS.Stomp Provider to talk to an Stomp Broker ActivemMQ Broker supports the Stomp protocol natively.|
+|[activemq](providers/activemq/uri-configuration)|Use the NMS.ActiveMQ Provider to talk to an ActiveMQ Broker.|
+|[stomp](providers/stomp/uri-configuration)|Use the NMS.Stomp Provider to talk to an Stomp Broker ActivemMQ Broker supports the Stomp protocol natively.|
 |ems|Use the NMS.EMS Provider to talk to a TIBCO Broker.|
 |msmq|Use the NMS.MSMQ Provider to talk to a Microsoft Messaging (MSMQ) Broker.|
 |wcf|Use the NMS.WCF Provider to support a Windows Communication Foundation (WCF) endpoint connection for connecting to a back-end broker.|