Explorar el Código

Update referenceDocUrl for Antora in 1.2+

(cherry picked from commit 3f5ea0be05929cb6dee4902f9e81ff435e4c365b)
Steve Riesenberg hace 1 año
padre
commit
a74a2a4544
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
 }