Skip to content

Commit 26e7e61

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-24494
2 parents 4f3c7f9 + 60f526a commit 26e7e61

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
@@ -142,7 +142,6 @@ task aggregatedJavadoc(type: Javadoc) {
142142
"https://docs.spring.io/spring-framework/docs/${versionConstraints["org.springframework:spring-core"]}/javadoc-api/",
143143
"https://docs.spring.io/spring-security/site/docs/${versionConstraints["org.springframework.security:spring-security-core"]}/api/",
144144
"https://tomcat.apache.org/tomcat-${tomcatDocsVersion}-doc/api/",
145-
"https://www.eclipse.org/jetty/javadoc/${versionConstraints["org.eclipse.jetty:jetty-server"]}/",
146145
"https://www.thymeleaf.org/apidocs/thymeleaf/${versionConstraints["org.thymeleaf:thymeleaf"]}/"
147146
] as String[]
148147
}

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
@@ -103,7 +103,6 @@
103103
:gradle-docs: https://docs.gradle.org/current/userguide
104104
:hibernate-docs: https://docs.jboss.org/hibernate/orm/5.4/userguide/html_single/Hibernate_User_Guide.html
105105
:java-api: https://docs.oracle.com/javase/8/docs/api
106-
:jetty-docs: https://www.eclipse.org/jetty/documentation/{jetty-version}
107106
:jooq-docs: https://www.jooq.org/doc/{jooq-version}/manual-single-page
108107
:junit5-docs: https://junit.org/junit5/docs/current/user-guide
109108
: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
@@ -841,7 +841,7 @@ Finally, access logging for Jetty can also be configured as follows:
841841
----
842842

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

846846

847847

0 commit comments

Comments
 (0)