From 0a0e5bc52e962f455316fec013c3f4a30ad14a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Tue, 16 Aug 2022 10:43:11 +0200 Subject: [PATCH] Fix incorrect link in the YAML guide --- docs/src/main/asciidoc/config-yaml.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/config-yaml.adoc b/docs/src/main/asciidoc/config-yaml.adoc index dbe87a6551530..5c95de026ee70 100644 --- a/docs/src/main/asciidoc/config-yaml.adoc +++ b/docs/src/main/asciidoc/config-yaml.adoc @@ -155,7 +155,7 @@ quarkus: == Expressions -The YAML format also supports xref:config-reference.adoc#expressions[expressions], using the same format as Java +The YAML format also supports xref:config-reference.adoc#property-expressions[property expressions], using the same format as Java Properties: [source, yaml] @@ -171,7 +171,7 @@ display: factor: ${x.factor} ---- -Note that you can reference nested properties using the `.` (dot) separator as in `{x.factor}`. +Note that you can reference nested properties using the `.` (dot) separator as in `${x.factor}`. == External application.yaml file