Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Nov 8, 2024
1 parent 47216a8 commit 21a6457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ bom {
javadoc(version -> "https://docs.spring.io/spring-security/site/docs/%s/api"
.formatted(version.forMajorMinorGeneration()), "org.springframework.security")
docs(version -> "https://docs.spring.io/spring-security/reference/%s"
.formatted(version.forAntora()), "org.springframework.security")
.formatted(version.forAntora()))
releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}")
}
}
Expand Down

0 comments on commit 21a6457

Please sign in to comment.