Skip to content

Commit 77672af

Browse files
committed
Merge branch '3.5.x' into 4.0.x
Closes gh-50646
2 parents 89597d4 + 8a63d1c commit 77672af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

documentation/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)