Skip to content

Commit becb0bb

Browse files
ngocnhan-tran1996snicoll
authored andcommitted
Fix reference to Gradle's module replacement section
See gh-50641 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent cc90a08 commit becb0bb

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)