Fix Spring Framework Reference Link
This commit is contained in:
parent
f532807836
commit
850c0a4690
|
@ -44,7 +44,7 @@ def generateAttributes() {
|
||||||
def securityApiUrl = "$securityDocsUrl/api/"
|
def securityApiUrl = "$securityDocsUrl/api/"
|
||||||
def securityReferenceUrl = "$securityDocsUrl/reference/html5/"
|
def securityReferenceUrl = "$securityDocsUrl/reference/html5/"
|
||||||
def springFrameworkApiUrl = "https://docs.spring.io/spring-framework/docs/$springFrameworkVersion/javadoc-api/"
|
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 springBootReferenceUrl = "https://docs.spring.io/spring-boot/docs/$springBootVersion/reference/html/"
|
||||||
def springBootApiUrl = "https://docs.spring.io/spring-boot/docs/$springBootVersion/api/"
|
def springBootApiUrl = "https://docs.spring.io/spring-boot/docs/$springBootVersion/api/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue