From 60f526add0eca35e7baee32ce3570556732d8d84 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Dec 2020 16:17:25 +0100 Subject: [PATCH] Remove links to Jetty API and documentation This commit removes links to Jetty API and documentation as those links are breaking every time the Jetty team releases a new version See https://github.com/eclipse/jetty.project/issues/4546 Closes gh-24493 --- spring-boot-project/spring-boot-docs/pom.xml | 1 - .../spring-boot-docs/src/main/asciidoc/attributes.adoc | 1 - .../spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml index 9aeec239d4..ae80cde5b2 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 52eca2c1fa..c4191218fc 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 1fd4ae01fd..dbd3ea28c6 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.