1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix Spring Framework Reference Link

This commit is contained in:
Josh Cummings
2024-07-01 18:08:45 -06:00
parent f532807836
commit 850c0a4690
+1 -1
View File
@@ -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/"