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

zregvart 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 49736e8  Fix yaml-dsl xref link
49736e8 is described below

commit 49736e8430dc6d135ceda895ff478618e598c505
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Fri May 14 21:55:16 2021 +0200

    Fix yaml-dsl xref link
---
 docs/user-manual/modules/ROOT/pages/dsl.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/dsl.adoc 
b/docs/user-manual/modules/ROOT/pages/dsl.adoc
index d8a926b..359be0d 100644
--- a/docs/user-manual/modules/ROOT/pages/dsl.adoc
+++ b/docs/user-manual/modules/ROOT/pages/dsl.adoc
@@ -15,7 +15,7 @@ DSL in OSGi Blueprint XML files
 REST style in either Java or XML.
 * xref:bean-integration.adoc[Annotation DSL] - Use annotations in Java
 beans.
-* xref:yaml-dsl-other[Yaml DSL] for creating routes using YAML format.
+* xref:components:others:yaml-dsl.adoc[Yaml DSL] for creating routes using 
YAML format.
 
 
 The main entry points for the DSL are:
@@ -26,4 +26,3 @@ rulebase
 * xref:lambda-route-builder.adoc[LambdaRouteBuilder] for creating routes using 
Java lambda style.
 * xref:Endpoint-dsl.adoc[Endpoint DSL] for creating routes using type-safe 
Camel endpoints.
 * xref:route-template.adoc[Route Template] for creating reusable route 
templates.
-

Reply via email to