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 2020/11/03 19:50:20 UTC

[camel-k-runtime] branch master updated: chore: replace absolute url with xref

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 27d5ccb  chore: replace absolute url with xref
27d5ccb is described below

commit 27d5ccb18084295a555cbe14efa23d53a0ba5411
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Nov 3 17:35:57 2020 +0100

    chore: replace absolute url with xref
---
 docs/modules/languages/pages/yaml.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/languages/pages/yaml.adoc b/docs/modules/languages/pages/yaml.adoc
index 65af468..888bbeb 100644
--- a/docs/modules/languages/pages/yaml.adoc
+++ b/docs/modules/languages/pages/yaml.adoc
@@ -140,7 +140,7 @@ To define an endpoint with the YAML dsl you have three options:
           parameters:
             authorizationToken: "XXX"
 ----
-. Using the YAML implementation of the https://camel.apache.org/manual/latest/Endpoint-dsl.html[Endpoint DSL]:
+. Using the YAML implementation of the xref:latest@manual:Endpoint-dsl.adoc[Endpoint DSL]:
 +
 [source,yaml]
 ----
@@ -165,7 +165,7 @@ Support for Endpoint DSL auto completion https://github.com/apache/camel-k-runti
 
 == Defining beans
 
-In addition to the general support for creating beans provided by https://camel.apache.org/components/latest/others/main.html#_specifying_custom_beans[Camel Main], the YAML DSL provide a convenient syntax to define and configure them:
+In addition to the general support for creating beans provided by xref:latest@components:others/main.adoc#_specifying_custom_beans[Camel Main], the YAML DSL provide a convenient syntax to define and configure them:
 
 [source,yaml]
 ----