Merge pull request #16977 from ruurtjan/master

=doc Fixed links in camel docs
This commit is contained in:
Björn Antonsson 2015-03-05 14:16:40 +01:00
commit 35ce5663c0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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