[
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++ 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++ 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