Skip to content

Commit 5da51aa

Browse files
committed
Merge branch '3.3.x'
2 parents 88448d6 + 98ee3f2 commit 5da51aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,8 +1780,8 @@ bom {
17801780
links {
17811781
site("https://spring.io/projects/spring-boot")
17821782
github("https://github.com/spring-projects/spring-boot")
1783-
javadoc("https://docs.spring.io/spring-boot/docs/{version}/api/java")
1784-
docs("https://docs.spring.io/spring-boot/docs/{version}/reference/htmlsingle")
1783+
javadoc("https://docs.spring.io/spring-boot/{version}/api/java")
1784+
docs("https://docs.spring.io/spring-boot/{version}")
17851785
releaseNotes("https://github.com/spring-projects/spring-boot/releases/tag/v{version}")
17861786
add("layers-xsd") { version -> "layers-xsd: https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
17871787
.formatted(version.major(), version.minor()) }

0 commit comments

Comments
 (0)