Skip to content

Commit 0ac3f8d

Browse files
committed
Switch spring-retry javadoc links back to docs.spring.io
Closes gh-43231
1 parent 11cb329 commit 0ac3f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@ bom {
23162316
}
23172317
links {
23182318
site("https://github.com/spring-projects/spring-retry")
2319-
javadoc("https://javadoc.io/doc/org.springframework.retry/spring-retry/{version}", "org.springframework.retry")
2319+
javadoc("https://docs.spring.io/spring-retry/docs/{version}/apidocs", "org.springframework.retry")
23202320
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23212321
}
23222322
}

0 commit comments

Comments
 (0)