Skip to content

Commit 16e0d61

Browse files
committed
Use correct API docs URL
Closes gh-15030
1 parent befa003 commit 16e0d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ springRelease {
3737
weekOfMonth = 3
3838
dayOfWeek = 1
3939
referenceDocUrl = "https://docs.spring.io/spring-security/reference/{version}/index.html"
40-
apiDocUrl = "https://docs.spring.io/spring-security/docs/{version}/api/"
40+
apiDocUrl = "https://docs.spring.io/spring-security/site/docs/{version}/api/"
4141
replaceSnapshotVersionInReferenceDocUrl = true
4242
}
4343

0 commit comments

Comments
 (0)