From 16838a9b58c1f940498ec513ecb78a7a54dbc642 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sat, 23 Nov 2024 00:47:13 +0700 Subject: [PATCH] Fix syntax in reference guide See gh-43271 --- .../modules/how-to/pages/properties-and-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/properties-and-configuration.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/properties-and-configuration.adoc index 01023961159..e5d5be20750 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/properties-and-configuration.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/properties-and-configuration.adoc @@ -209,7 +209,7 @@ spring.datasource.url=jdbc:mysql://localhost/test server.port=9000 ---- -See xref:reference:features/external-config.adoc#features.external-config.yaml[] in the "`Spring Boot Features'" section for more information about YAML. +See xref:reference:features/external-config.adoc#features.external-config.yaml[] in the "`Spring Boot Features`" section for more information about YAML.