Skip to content

Commit 8a63d1c

Browse files
committed
Merge pull request #50641 from ngocnhan-tran1996
* fix-gradle-module-replacement-url-reference: Fix reference to Gradle's module replacement section Closes gh-50641
2 parents cc90a08 + becb0bb commit 8a63d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages

spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The following example shows how to set up the starters in Maven:
153153
----
154154

155155
Gradle provides a few different ways to set up the starters.
156-
One way is to use a {url-gradle-docs}/resolution_rules.html#sec:module_replacement[module replacement].
156+
One way is to use a {url-gradle-docs}/resolution_rules.html#sec:module-replacement[module replacement].
157157
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:
158158

159159
[source,gradle]

0 commit comments

Comments
 (0)