This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b51209  camel-jetty, camel-undertow - Fix minor doc issues
4b51209 is described below

commit 4b51209ef2598e3058237217871f19042c8e1f09
Author: Tadayoshi Sato <sato.tadayo...@gmail.com>
AuthorDate: Fri Apr 12 13:17:10 2019 +0900

    camel-jetty, camel-undertow - Fix minor doc issues
---
 components/camel-jetty/src/main/docs/jetty-component.adoc       | 3 +--
 components/camel-undertow/src/main/docs/undertow-component.adoc | 7 +++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/components/camel-jetty/src/main/docs/jetty-component.adoc 
b/components/camel-jetty/src/main/docs/jetty-component.adoc
index d49900f..2924dc9 100644
--- a/components/camel-jetty/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty/src/main/docs/jetty-component.adoc
@@ -312,8 +312,7 @@ If you need to expose a Jetty endpoint on all network 
interfaces, the
 `0.0.0.0` address should be used.
 
 To listen across an entire URI prefix, see
-link:how-do-i-let-jetty-match-wildcards.html[How do I let Jetty match
-wildcards].
+link:../../../../../docs/user-manual/en/faq/how-do-i-let-jetty-match-wildcards.adoc[How
 do I let Jetty match wildcards].
 
 If you actually want to expose routes by HTTP and already have a
 Servlet, you should instead refer to the
diff --git a/components/camel-undertow/src/main/docs/undertow-component.adoc 
b/components/camel-undertow/src/main/docs/undertow-component.adoc
index 060479e..24465df 100644
--- a/components/camel-undertow/src/main/docs/undertow-component.adoc
+++ b/components/camel-undertow/src/main/docs/undertow-component.adoc
@@ -215,14 +215,13 @@ When you specify `localhost` in a URL, Camel exposes the 
endpoint only
 on the local TCP/IP network interface, so it cannot be accessed from
 outside the machine it operates on.
 
-If you need to expose a Jetty endpoint on a specific network interface,
+If you need to expose an Undertow endpoint on a specific network interface,
 the numerical IP address of this interface should be used as the host.
-If you need to expose a Jetty endpoint on all network interfaces, the
+If you need to expose an Undertow endpoint on all network interfaces, the
 `0.0.0.0` address should be used.
 
 To listen across an entire URI prefix, see
-link:how-do-i-let-jetty-match-wildcards.html[How do I let Jetty match
-wildcards].
+link:../../../../../docs/user-manual/en/faq/how-do-i-let-jetty-match-wildcards.adoc[How
 do I let Jetty match wildcards].
 
 If you actually want to expose routes by HTTP and already have a
 Servlet, you should instead refer to the

Reply via email to