Skip to content

Commit

Permalink
Fix incorrect link in the YAML guide
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Aug 16, 2022
1 parent 03d1bc4 commit 0a0e5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/config-yaml.adoc
Original file line number Diff line number Diff line change
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 0a0e5bc

Please sign in to comment.