Explorar el Código

Merge branch '1.2.x'

Steve Riesenberg hace 1 año
padre
commit
a0b7f6f438
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -10,7 +10,7 @@ springRelease {
 	repositoryOwner = "spring-projects"
 	weekOfMonth = 3
 	dayOfWeek = 2
-	referenceDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/reference/html/"
+	referenceDocUrl = "https://docs.spring.io/spring-authorization-server/reference/{version}/index.html"
 	apiDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/api/"
 	replaceSnapshotVersionInReferenceDocUrl = true
 }