diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml
index 9aeec239d43..ae80cde5b2e 100644
--- a/spring-boot-project/spring-boot-docs/pom.xml
+++ b/spring-boot-project/spring-boot-docs/pom.xml
@@ -1195,7 +1195,6 @@
https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api/
https://docs.spring.io/spring-security/site/docs/${spring-security.version}/api/
https://tomcat.apache.org/tomcat-9.0-doc/api/
- https://www.eclipse.org/jetty/javadoc/${jetty.version}/
https://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}/
diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/attributes.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/attributes.adoc
index 52eca2c1fa1..c4191218fc9 100644
--- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/attributes.adoc
+++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/attributes.adoc
@@ -98,7 +98,6 @@
:gradle-docs: https://docs.gradle.org/current/userguide
:hibernate-docs: https://docs.jboss.org/hibernate/orm/5.4/userguide/html_single/Hibernate_User_Guide.html
:java-api: https://docs.oracle.com/javase/8/docs/api/
-:jetty-docs: https://www.eclipse.org/jetty/documentation/{jetty-version}
:jooq-docs: https://www.jooq.org/doc/{jooq-version}/manual-single-page
:junit5-docs: https://junit.org/junit5/docs/current/user-guide
:kotlin-docs: https://kotlinlang.org/docs/reference/
diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
index 1fd4ae01fdc..dbd3ea28c6a 100644
--- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
+++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -837,7 +837,7 @@ Finally, access logging for Jetty can also be configured as follows:
----
By default, logs are redirected to `System.err`.
-For more details, see {jetty-docs}/configuring-jetty-request-logs.html[the Jetty documentation].
+For more details, see the Jetty documentation.