Skip to content

Commit

Permalink
Merge pull request #27304 from loicmathieu/yaml-guide-incorrect-link
Browse files Browse the repository at this point in the history
Fix incorrect link in the YAML guide
  • Loading branch information
gsmet committed Aug 16, 2022
2 parents 02c7c20 + 0a0e5bc commit 3d6c854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/config-yaml.adoc
Expand Up @@ -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]
Expand All @@ -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

Expand Down

0 comments on commit 3d6c854

Please sign in to comment.