You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Brian Edwards (JIRA)" <ji...@apache.org> on 2011/06/07 00:04:59 UTC

[jira] [Created] (AMQ-3360) openwire.html contains bad hrefs

openwire.html contains bad hrefs
--------------------------------

                 Key: AMQ-3360
                 URL: https://issues.apache.org/jira/browse/AMQ-3360
             Project: ActiveMQ
          Issue Type: Task
         Environment: All
            Reporter: Brian Edwards
            Priority: Trivial


http://activemq.apache.org/openwire.html contains 2 case sensitive typos resulting in a HTTP 404s.

# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- C:\dev_dependencies\_downloads\openwire.html
+++ C:\Users\brian\Documents\NetBeansProjects\ActiveMQDemo\openwire.html.html
@@ -77,13 +77,13 @@
           <P>OpenWire is our cross language <A href="wire-protocol.html" title="Wire Protocol">Wire Protocol</A> to allow native access to ActiveMQ from a number of different languages and platforms. The Java OpenWire transport is the default transport in ActiveMQ 4.x or later. For other languages see the following...</P>
 
 <UL>
-	<LI><A href="../NMS/index.html">NMS</A> for the C# API to Messaging and the OpenWire implementation in C#</LI>
+	<LI><A href="../nms/index.html">NMS</A> for the C# API to Messaging and the OpenWire implementation in C#</LI>
 	<LI><A href="openwire-c-client.html" title="OpenWire C Client">OpenWire C Client</A></LI>
 	<LI><A href="openwire-cpp-client.html" title="OpenWire CPP Client">OpenWire CPP Client</A></LI>
 </UL>
 
 
-<P><B>Note</B> that you can also use <A href="stomp.html" title="Stomp">Stomp</A> to access ActiveMQ from many different languages as well as use <A href="how-do-i-access-activemq-from-c.html" title="How do I access ActiveMQ from C">GCJ</A> or <A href="../NMS/index.html">IKVM</A> to access the Java code for ActiveMQ from C/C+&#43; or .Net respectively without using OpenWire.</P>
+<P><B>Note</B> that you can also use <A href="stomp.html" title="Stomp">Stomp</A> to access ActiveMQ from many different languages as well as use <A href="how-do-i-access-activemq-from-c.html" title="How do I access ActiveMQ from C">GCJ</A> or <A href="../nms/index.html">IKVM</A> to access the Java code for ActiveMQ from C/C+&#43; or .Net respectively without using OpenWire.</P>
 
 <H3><A name="OpenWire-Howitworks"></A>How it works</H3>
 



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (AMQ-3360) openwire.html contains bad hrefs

Posted by "Brian Edwards (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045158#comment-13045158 ] 

Brian Edwards edited comment on AMQ-3360 at 6/6/11 10:07 PM:
-------------------------------------------------------------

My attempt at pasting a small diff didn't work so just do a search and replace.

      was (Author: brl4n.edwards):
    My attempt at paste a small diff didn't work so just do a search and replace.
  
> openwire.html contains bad hrefs
> --------------------------------
>
>                 Key: AMQ-3360
>                 URL: https://issues.apache.org/jira/browse/AMQ-3360
>             Project: ActiveMQ
>          Issue Type: Task
>         Environment: All
>            Reporter: Brian Edwards
>            Priority: Trivial
>              Labels: html, openwire, typo, website
>
> http://activemq.apache.org/openwire.html contains 2 case-sensitive typos resulting in a HTTP 404s.
> Just do a search for "/NMS/" and replace with "/nms/"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (AMQ-3360) openwire.html contains bad hrefs

Posted by "Brian Edwards (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Edwards updated AMQ-3360:
-------------------------------

    Description: 
http://activemq.apache.org/openwire.html contains 2 case-sensitive typos resulting in a HTTP 404s.

Just do a search for "/NMS/" and replace with "/nms/"

  was:
http://activemq.apache.org/openwire.html contains 2 case sensitive typos resulting in a HTTP 404s.

# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- C:\dev_dependencies\_downloads\openwire.html
+++ C:\Users\brian\Documents\NetBeansProjects\ActiveMQDemo\openwire.html.html
@@ -77,13 +77,13 @@
           <P>OpenWire is our cross language <A href="wire-protocol.html" title="Wire Protocol">Wire Protocol</A> to allow native access to ActiveMQ from a number of different languages and platforms. The Java OpenWire transport is the default transport in ActiveMQ 4.x or later. For other languages see the following...</P>
 
 <UL>
-	<LI><A href="../NMS/index.html">NMS</A> for the C# API to Messaging and the OpenWire implementation in C#</LI>
+	<LI><A href="../nms/index.html">NMS</A> for the C# API to Messaging and the OpenWire implementation in C#</LI>
 	<LI><A href="openwire-c-client.html" title="OpenWire C Client">OpenWire C Client</A></LI>
 	<LI><A href="openwire-cpp-client.html" title="OpenWire CPP Client">OpenWire CPP Client</A></LI>
 </UL>
 
 
-<P><B>Note</B> that you can also use <A href="stomp.html" title="Stomp">Stomp</A> to access ActiveMQ from many different languages as well as use <A href="how-do-i-access-activemq-from-c.html" title="How do I access ActiveMQ from C">GCJ</A> or <A href="../NMS/index.html">IKVM</A> to access the Java code for ActiveMQ from C/C+&#43; or .Net respectively without using OpenWire.</P>
+<P><B>Note</B> that you can also use <A href="stomp.html" title="Stomp">Stomp</A> to access ActiveMQ from many different languages as well as use <A href="how-do-i-access-activemq-from-c.html" title="How do I access ActiveMQ from C">GCJ</A> or <A href="../nms/index.html">IKVM</A> to access the Java code for ActiveMQ from C/C+&#43; or .Net respectively without using OpenWire.</P>
 
 <H3><A name="OpenWire-Howitworks"></A>How it works</H3>
 




My attempt at paste a small diff didn't work so just do a search and replace.

> openwire.html contains bad hrefs
> --------------------------------
>
>                 Key: AMQ-3360
>                 URL: https://issues.apache.org/jira/browse/AMQ-3360
>             Project: ActiveMQ
>          Issue Type: Task
>         Environment: All
>            Reporter: Brian Edwards
>            Priority: Trivial
>              Labels: html, openwire, typo, website
>
> http://activemq.apache.org/openwire.html contains 2 case-sensitive typos resulting in a HTTP 404s.
> Just do a search for "/NMS/" and replace with "/nms/"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (AMQ-3360) openwire.html contains bad hrefs

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-3360.
-------------------------------

    Resolution: Fixed

Update wiki, site will update shortly

> openwire.html contains bad hrefs
> --------------------------------
>
>                 Key: AMQ-3360
>                 URL: https://issues.apache.org/jira/browse/AMQ-3360
>             Project: ActiveMQ
>          Issue Type: Task
>         Environment: All
>            Reporter: Brian Edwards
>            Priority: Trivial
>              Labels: html, openwire, typo, website
>
> http://activemq.apache.org/openwire.html contains 2 case-sensitive typos resulting in a HTTP 404s.
> Just do a search for "/NMS/" and replace with "/nms/"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira