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 @@ -1790,8 +1790,8 @@ bom {
1790
1790
links {
1791
1791
site(" https://spring.io/projects/spring-boot" )
1792
1792
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}" )
1795
1795
releaseNotes(" https://github.com/spring-projects/spring-boot/releases/tag/v{version}" )
1796
1796
add(" layers-xsd" ) { version -> " layers-xsd: https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
1797
1797
.formatted(version. major(), version. minor()) }
You can’t perform that action at this time.
0 commit comments