Browse Source

Use correct API docs URL

Closes gh-15030
pull/15055/head
Steve Riesenberg 2 years ago
parent
commit
16e0d61005
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      build.gradle

2
build.gradle

@ -37,7 +37,7 @@ springRelease { @@ -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
}

Loading…
Cancel
Save