Skip to content

Commit e52b721

Browse files
committed
Update the link that's used for Jetty's javadoc
Closes gh-13167
1 parent 339fd74 commit e52b721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@
790790
<link>http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/</link>
791791
<link>http://docs.spring.io/autorepo/docs/spring-security/${spring-security.version}/apidocs/</link>
792792
<link>http://tomcat.apache.org/tomcat-8.0-doc/api/</link>
793-
<link>http://download.eclipse.org/jetty/stable-9/apidocs/</link>
793+
<link>https://www.eclipse.org/jetty/javadoc/${jetty.version}/</link>
794794
<link>http://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}/</link>
795795
</links>
796796
</configuration>

0 commit comments

Comments
 (0)