Skip to content

Commit

Permalink
Use correct API docs URL
Browse files Browse the repository at this point in the history
Closes gh-15030
  • Loading branch information
sjohnr committed May 8, 2024
1 parent befa003 commit 16e0d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -37,7 +37,7 @@ springRelease {
weekOfMonth = 3
dayOfWeek = 1
referenceDocUrl = "https://docs.spring.io/spring-security/reference/{version}/index.html"
apiDocUrl = "https://docs.spring.io/spring-security/docs/{version}/api/"
apiDocUrl = "https://docs.spring.io/spring-security/site/docs/{version}/api/"
replaceSnapshotVersionInReferenceDocUrl = true
}

Expand Down

0 comments on commit 16e0d61

Please sign in to comment.