Skip to content

Commit f9e44cd

Browse files
committed
Merge branch '2.4.x'
Closes gh-24496
2 parents 85d0f95 + 9651015 commit f9e44cd

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

spring-boot-project/spring-boot-docs/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ task aggregatedJavadoc(type: Javadoc) {
144144
"https://docs.spring.io/spring-framework/docs/${versionConstraints["org.springframework:spring-core"]}/javadoc-api/",
145145
"https://docs.spring.io/spring-security/site/docs/${versionConstraints["org.springframework.security:spring-security-core"]}/api/",
146146
"https://tomcat.apache.org/tomcat-${tomcatDocsVersion}-doc/api/",
147-
"https://www.eclipse.org/jetty/javadoc/${versionConstraints["org.eclipse.jetty:jetty-server"]}/",
148147
"https://www.thymeleaf.org/apidocs/thymeleaf/${versionConstraints["org.thymeleaf:thymeleaf"]}/"
149148
] as String[]
150149
}

spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
:gradle-docs: https://docs.gradle.org/current/userguide
105105
:hibernate-docs: https://docs.jboss.org/hibernate/orm/5.4/userguide/html_single/Hibernate_User_Guide.html
106106
:java-api: https://docs.oracle.com/javase/8/docs/api
107-
:jetty-docs: https://www.eclipse.org/jetty/documentation/{jetty-version}
108107
:jooq-docs: https://www.jooq.org/doc/{jooq-version}/manual-single-page
109108
:junit5-docs: https://junit.org/junit5/docs/current/user-guide
110109
:kotlin-docs: https://kotlinlang.org/docs/reference/

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ Finally, access logging for Jetty can also be configured as follows:
864864
----
865865

866866
By default, logs are redirected to `System.err`.
867-
For more details, see {jetty-docs}/configuring-jetty-request-logs.html[the Jetty documentation].
867+
For more details, see the Jetty documentation.
868868

869869

870870

0 commit comments

Comments
 (0)