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 e28c2ca fix: typos in xref e28c2ca is described below commit e28c2ca2896f7d702675821af44762986e8a9614 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Nov 4 20:48:56 2020 +0100 fix: typos in 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 888bbeb..e0bc16c 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 xref:latest@manual:Endpoint-dsl.adoc[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 xref:latest@components:others/main.adoc#_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] ----