=doc Fixed links in camel docs

This commit is contained in:
Ruurtjan 2015-03-02 14:14:53 +01:00 committed by ruurtjan
parent 33e83f95c2
commit dea726049b
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 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. 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 .. _Jetty component: http://camel.apache.org/jetty.html
Producer 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 actor. If the message exchange should go over HTTP (via Camel's `Jetty
component`_), only the actor's endpointUri method must be changed. 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 .. _Jetty component: http://camel.apache.org/jetty.html
.. includecode:: code/docs/camel/Introduction.scala#Consumer .. includecode:: code/docs/camel/Introduction.scala#Consumer