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

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


The following commit(s) were added to refs/heads/main by this push:
     new d3737ca  Fix wrong link in stub component docs (#6623)
d3737ca is described below

commit d3737ca3b8c8c20235e5ddf2f2c26b211b5b8dd9
Author: Jaime Ramírez <[email protected]>
AuthorDate: Mon Jan 3 19:05:17 2022 +0100

    Fix wrong link in stub component docs (#6623)
---
 components/camel-stub/src/main/docs/stub-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-stub/src/main/docs/stub-component.adoc 
b/components/camel-stub/src/main/docs/stub-component.adoc
index 7f1f036..b49faaa 100644
--- a/components/camel-stub/src/main/docs/stub-component.adoc
+++ b/components/camel-stub/src/main/docs/stub-component.adoc
@@ -21,7 +21,7 @@ xref:mail-component.adoc[SMTP] or 
xref:mail-component.adoc[Http] endpoint. Just
 in front of any endpoint URI to stub out the endpoint.
 
 Internally the Stub component creates xref:vm-component.adoc[VM] endpoints. The
-main difference between xref:stub-component.adoc[Stub] and 
xref:stub-component.adoc[VM] is
+main difference between xref:stub-component.adoc[Stub] and 
xref:vm-component.adoc[VM] is
 that xref:vm-component.adoc[VM] will validate the URI and parameters you give 
it,
 so putting vm: in front of a typical URI with query arguments will
 usually fail. Stub won't though, as it basically ignores all query

Reply via email to