Skip to content

Commit

Permalink
Merge pull request #19103 from gsmet/custom-config-source-link
Browse files Browse the repository at this point in the history
Fix various minor documentation issues
  • Loading branch information
stuartwdouglas authored Jul 30, 2021
2 parents d2a6c85 + 297e98e commit 3582f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/amazon-lambda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ dependencies {
implementation 'io.quarkus:quarkus-resteasy'
implementation 'io.quarkus:quarkus-amazon-lambda'
testimplementation "io.quarkus:quarkus-test-amazon-lambda"
testImplementation "io.quarkus:quarkus-test-amazon-lambda"
testImplementation 'io.quarkus:quarkus-junit5'
testImplementation 'io.rest-assured:rest-assured'
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/config-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Quarkus provides additional extensions which cover other configuration formats a
* xref:consul-config.adoc[Consul]
* xref:spring-cloud-config-client.adoc[Spring Cloud]

TIP: It is also possible to create a xref:config-custom.adoc#custom-config-source[Custom Config Source].
TIP: It is also possible to create a xref:config-extending-support.adoc#custom-config-source[Custom Config Source].

== Inject

Expand Down

0 comments on commit 3582f13

Please sign in to comment.