Prechádzať zdrojové kódy

Fix Spring Framework Reference Link

Josh Cummings 1 rok pred
rodič
commit
850c0a4690
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docs/spring-security-docs.gradle

+ 1 - 1
docs/spring-security-docs.gradle

@@ -44,7 +44,7 @@ def generateAttributes() {
 	def securityApiUrl = "$securityDocsUrl/api/"
 	def securityReferenceUrl = "$securityDocsUrl/reference/html5/"
 	def springFrameworkApiUrl = "https://docs.spring.io/spring-framework/docs/$springFrameworkVersion/javadoc-api/"
-	def springFrameworkReferenceUrl = "https://docs.spring.io/spring-framework/docs/$springFrameworkVersion/reference/html/"
+	def springFrameworkReferenceUrl = "https://docs.spring.io/spring-framework/reference/$springFrameworkVersion/"
 	def springBootReferenceUrl = "https://docs.spring.io/spring-boot/docs/$springBootVersion/reference/html/"
 	def springBootApiUrl = "https://docs.spring.io/spring-boot/docs/$springBootVersion/api/"