From becb0bbc7c56787e49acc6bc04f6b90d21081155 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sun, 31 May 2026 14:52:53 +0700 Subject: [PATCH] Fix reference to Gradle's module replacement section See gh-50641 Signed-off-by: Tran Ngoc Nhan --- .../src/docs/antora/modules/how-to/pages/logging.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/logging.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/logging.adoc index 980b34b913eb..7784364fa4d2 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/logging.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/logging.adoc @@ -153,7 +153,7 @@ The following example shows how to set up the starters in Maven: ---- Gradle provides a few different ways to set up the starters. -One way is to use a {url-gradle-docs}/resolution_rules.html#sec:module_replacement[module replacement]. +One way is to use a {url-gradle-docs}/resolution_rules.html#sec:module-replacement[module replacement]. To do so, declare a dependency on the Log4j 2 starter and tell Gradle that any occurrences of the default logging starter should be replaced by the Log4j 2 starter, as shown in the following example: [source,gradle]