We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d95635 commit a74a2a4Copy full SHA for a74a2a4
build.gradle
@@ -10,7 +10,7 @@ springRelease {
10
repositoryOwner = "spring-projects"
11
weekOfMonth = 3
12
dayOfWeek = 2
13
- referenceDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/reference/html/"
+ referenceDocUrl = "https://docs.spring.io/spring-authorization-server/reference/{version}/index.html"
14
apiDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/api/"
15
replaceSnapshotVersionInReferenceDocUrl = true
16
}
0 commit comments