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-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ba6c9975 Attempt to fix broken xref that breaks website build
7ba6c9975 is described below

commit 7ba6c99754f3fb826003df4e1f922890bca224ca
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Feb 13 10:48:46 2024 +0100

    Attempt to fix broken xref that breaks website build
---
 docs/modules/ROOT/pages/languages/languages.adoc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/modules/ROOT/pages/languages/languages.adoc 
b/docs/modules/ROOT/pages/languages/languages.adoc
index 8cae3b1cf..6a28886b7 100644
--- a/docs/modules/ROOT/pages/languages/languages.adoc
+++ b/docs/modules/ROOT/pages/languages/languages.adoc
@@ -8,13 +8,13 @@ Camel K supports multiple languages for writing integrations:
 [cols="30%,70%"]
 |=======================
 | Language                     | Description
-| xref:./java.adoc[Java]                | Integrations written in Java DSL are 
supported
-| xref:./xml.adoc[XML]                  | Integrations written in plain XML 
DSL are supported (Spring XML with <beans> or Blueprint XML with <blueprint> 
not supported)
-| xref:./yaml.adoc[YAML]                | Integrations written in YAML DSL are 
supported
-| xref:./groovy.adoc[Groovy]            | Groovy `.groovy` files are supported 
(experimental)
-| xref:./kotlin.adoc[Kotlin]            | Kotlin Script `.kts` files are 
supported (experimental)
-| xref:./jsh.adoc[JShell]               | JShell (Java Shell) `.jsh` files are 
supported (experimental)
-| xref:./javascript.adoc[JavaScript]    | JavaScript `.js` files are supported 
(experimental)
+| xref:languages/java.adoc[Java]                | Integrations written in Java 
DSL are supported
+| xref:languages/xml.adoc[XML]                  | Integrations written in 
plain XML DSL are supported (Spring XML with <beans> or Blueprint XML with 
<blueprint> not supported)
+| xref:languages/yaml.adoc[YAML]                | Integrations written in YAML 
DSL are supported
+| xref:languages/groovy.adoc[Groovy]            | Groovy `.groovy` files are 
supported (experimental)
+| xref:languages/kotlin.adoc[Kotlin]            | Kotlin Script `.kts` files 
are supported (experimental)
+| xref:languages/jsh.adoc[JShell]               | JShell (Java Shell) `.jsh` 
files are supported (experimental)
+| xref:languages/javascript.adoc[JavaScript]    | JavaScript `.js` files are 
supported (experimental)
 |=======================
 
 More information about each language is located in the language specific 
sections. Mind that the compatibility of each DSL with Camel will depend on the 
runtime you'll use to run the Integration.

Reply via email to