From dea726049b0a526657283c195333989ccc6f48c3 Mon Sep 17 00:00:00 2001 From: Ruurtjan Date: Mon, 2 Mar 2015 14:14:53 +0100 Subject: [PATCH] =doc Fixed links in camel docs --- akka-docs/rst/java/camel.rst | 2 +- akka-docs/rst/scala/camel.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/java/camel.rst b/akka-docs/rst/java/camel.rst index 55e71534bb..444f163256 100644 --- a/akka-docs/rst/java/camel.rst +++ b/akka-docs/rst/java/camel.rst @@ -42,7 +42,7 @@ component`_), the actor's `getEndpointUri` method should return a different URI, In the above case an extra constructor is added that can set the endpoint URI, which would result in the `getEndpointUri` returning the URI that was set using this constructor. -.. _Mina component: http://camel.apache.org/mina.html +.. _Mina component: http://camel.apache.org/mina2.html .. _Jetty component: http://camel.apache.org/jetty.html Producer diff --git a/akka-docs/rst/scala/camel.rst b/akka-docs/rst/scala/camel.rst index 5278a7f1fe..0af0f2666e 100644 --- a/akka-docs/rst/scala/camel.rst +++ b/akka-docs/rst/scala/camel.rst @@ -41,7 +41,7 @@ clients can immediately send messages to and receive responses from that actor. If the message exchange should go over HTTP (via Camel's `Jetty component`_), only the actor's endpointUri method must be changed. -.. _Mina component: http://camel.apache.org/mina.html +.. _Mina component: http://camel.apache.org/mina2.html .. _Jetty component: http://camel.apache.org/jetty.html .. includecode:: code/docs/camel/Introduction.scala#Consumer