Skip to content

Commit 60f526a

Browse files
committed
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 jetty/jetty.project#4546 Closes gh-24493
1 parent 40fd71b commit 60f526a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

spring-boot-project/spring-boot-docs/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,6 @@
11951195
<link>https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api/</link>
11961196
<link>https://docs.spring.io/spring-security/site/docs/${spring-security.version}/api/</link>
11971197
<link>https://tomcat.apache.org/tomcat-9.0-doc/api/</link>
1198-
<link>https://www.eclipse.org/jetty/javadoc/${jetty.version}/</link>
11991198
<link>https://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}/</link>
12001199
</links>
12011200
</configuration>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
:gradle-docs: https://docs.gradle.org/current/userguide
9999
:hibernate-docs: https://docs.jboss.org/hibernate/orm/5.4/userguide/html_single/Hibernate_User_Guide.html
100100
:java-api: https://docs.oracle.com/javase/8/docs/api/
101-
:jetty-docs: https://www.eclipse.org/jetty/documentation/{jetty-version}
102101
:jooq-docs: https://www.jooq.org/doc/{jooq-version}/manual-single-page
103102
:junit5-docs: https://junit.org/junit5/docs/current/user-guide
104103
:kotlin-docs: https://kotlinlang.org/docs/reference/

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

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

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

842842

843843

0 commit comments

Comments
 (0)