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

zregvart pushed a commit to branch zregvart-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4c5cc20605e4fc294b5e79104763c52c4163c324
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Tue Jan 16 12:49:00 2024 +0100

    fix: use relative paths
    
    These links are currently broken and prevent successful website builds.
    
    Docs; https://docs.antora.org/antora/latest/page/page-links/#token
---
 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 7f132fcb8..8cae3b1cf 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:./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)
 |=======================
 
 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