Skip to content

Commit

Permalink
Fix broken link so it points to the config-yaml guide
Browse files Browse the repository at this point in the history
(cherry picked from commit d4dc940)
  • Loading branch information
rolfedh authored and gsmet committed May 9, 2023
1 parent 637a87e commit 9556f0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
categories:
- "core"
status: "stable"
guide: "https://quarkus.io/guides/config#yaml"
guide: "https://quarkus.io/guides/config-yaml"
codestart:
name: "config-yaml"
languages:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language:
base:
shared-data:
config:
guide: https://quarkus.io/guides/config#yaml
guide: https://quarkus.io/guides/config-yaml
file-name: application.yml
dependencies:
- io.quarkus:quarkus-config-yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"core"
],
"status": "stable",
"guide": "https://quarkus.io/guides/config#yaml",
"guide": "https://quarkus.io/guides/config-yaml",
"codestart": {
"name": "config-yaml",
"kind": "core",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"keywords" : [ "config", "configuration", "yaml" ],
"categories" : [ "core" ],
"status" : "stable",
"guide" : "https://quarkus.io/guides/config#yaml",
"guide" : "https://quarkus.io/guides/config-yaml",
"codestart" : {
"name" : "config-yaml",
"languages" : [ "java", "kotlin" ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
"keywords" : [ "config", "configuration", "yaml" ],
"categories" : [ "core" ],
"status" : "stable",
"guide" : "https://quarkus.io/guides/config#yaml",
"guide" : "https://quarkus.io/guides/config-yaml",
"codestart" : {
"name" : "config-yaml",
"languages" : [ "java", "kotlin" ],
Expand Down

0 comments on commit 9556f0d

Please sign in to comment.