You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2024/01/16 11:49:04 UTC

(camel-k) branch zregvart-patch-1 created (now 4c5cc2060)

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

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


      at 4c5cc2060 fix: use relative paths

This branch includes the following new commits:

     new 4c5cc2060 fix: use relative paths

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel-k) 01/01: fix: use relative paths

Posted by zr...@apache.org.
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 <zr...@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.