We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163581c commit 72ecc26Copy full SHA for 72ecc26
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1790,7 +1790,7 @@ bom {
1790
links {
1791
site("https://spring.io/projects/spring-boot")
1792
github("https://github.com/spring-projects/spring-boot")
1793
- javadoc("https://docs.spring.io/spring-boot/docs/{version}/api")
+ javadoc("https://docs.spring.io/spring-boot/docs/{version}/api/java")
1794
docs("https://docs.spring.io/spring-boot/docs/{version}/reference/htmlsingle")
1795
releaseNotes("https://github.com/spring-projects/spring-boot/releases/tag/v{version}")
1796
add("layers-xsd") { version -> "layers-xsd: https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
0 commit comments