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
commit 0d78cc7ce72c56a388af35d4418a5e82a54dd7d7 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Mar 29 06:26:42 2023 +0200 Added reference to groovy dsl (#9665) --- docs/user-manual/modules/ROOT/pages/dsl.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/dsl.adoc b/docs/user-manual/modules/ROOT/pages/dsl.adoc index c3603cbb4d7..609dc0f3cf5 100644 --- a/docs/user-manual/modules/ROOT/pages/dsl.adoc +++ b/docs/user-manual/modules/ROOT/pages/dsl.adoc @@ -10,7 +10,8 @@ languages (DSL) as listed below: * xref:components::spring-summary.adoc[Spring XML] - A XML based DSL in classic Spring XML files. * xref:components:others:yaml-dsl.adoc[Yaml DSL] for creating routes using YAML format. * xref:rest-dsl.adoc[Rest DSL] - A DSL to define REST services using REST verbs. -* xref:groovy-dsl.adoc[Groovy DSL] - A Groovy-based DSL to create routes leveraging Closures and a specific Groovy extension module. +* xref:components:others:groovy-dsl.adoc[Groovy DSL] - A Groovy-based DSL to create routes leveraging closures and a specific Groovy extension module. +* xref:components:others:kotlin-dsl.adoc[Kotlin DSL] - A Kotlin-based DSL. * xref:bean-integration.adoc[Annotation DSL] - Use annotations in Java beans. == See Also