File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1780,8 +1780,8 @@ bom {
1780
1780
links {
1781
1781
site(" https://spring.io/projects/spring-boot" )
1782
1782
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}" )
1785
1785
releaseNotes(" https://github.com/spring-projects/spring-boot/releases/tag/v{version}" )
1786
1786
add(" layers-xsd" ) { version -> " layers-xsd: https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
1787
1787
.formatted(version. major(), version. minor()) }
You can’t perform that action at this time.
0 commit comments