Skip to content

Commit 98ee3f2

Browse files
committed
Fixup javadoc and reference URLs
1 parent 687b87f commit 98ee3f2

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
@@ -1790,8 +1790,8 @@ bom {
17901790
links {
17911791
site("https://spring.io/projects/spring-boot")
17921792
github("https://github.com/spring-projects/spring-boot")
1793-
javadoc("https://docs.spring.io/spring-boot/docs/{version}/api/java")
1794-
docs("https://docs.spring.io/spring-boot/docs/{version}/reference/htmlsingle")
1793+
javadoc("https://docs.spring.io/spring-boot/{version}/api/java")
1794+
docs("https://docs.spring.io/spring-boot/{version}")
17951795
releaseNotes("https://github.com/spring-projects/spring-boot/releases/tag/v{version}")
17961796
add("layers-xsd") { version -> "layers-xsd: https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
17971797
.formatted(version.major(), version.minor()) }

0 commit comments

Comments
 (0)