Skip to content

Commit 97f0bc9

Browse files
dreis2211philwebb
authored andcommitted
Polish some external documentation links
See gh-18384
1 parent d5028a2 commit 97f0bc9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,6 +1507,7 @@
15071507
<sources-root>${project.basedir}/src</sources-root>
15081508
<asciidoc-sources-root>${project.basedir}/src/main/asciidoc</asciidoc-sources-root>
15091509
<generated-resources-root>${project.basedir}/target/generated-resources</generated-resources-root>
1510+
<jetty-version>${jetty.version}</jetty-version>
15101511
<jooq-version>${jooq.version}</jooq-version>
15111512
<spring-boot-version>${revision}</spring-boot-version>
15121513
<spring-amqp-version>${spring-amqp.version}</spring-amqp-version>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494

9595
:ant-docs: https://ant.apache.org/manual
9696
:dependency-management-plugin-code: https://github.com/spring-gradle-plugins/dependency-management-plugin
97-
:gradle-docs: https://docs.gradle.org/4.2.1/userguide
98-
:hibernate-docs: https://docs.jboss.org/hibernate/orm/5.3/userguide/html_single/Hibernate_User_Guide.html
97+
:gradle-docs: https://docs.gradle.org/current/userguide
98+
:hibernate-docs: https://docs.jboss.org/hibernate/orm/5.4/userguide/html_single/Hibernate_User_Guide.html
9999
:java-api: https://docs.oracle.com/javase/8/docs/api/
100-
:jetty-docs: https://www.eclipse.org/jetty/documentation/9.4.x
100+
:jetty-docs: https://www.eclipse.org/jetty/documentation/{jetty-version}
101101
:jooq-docs: https://www.jooq.org/doc/{jooq-version}/manual-single-page
102102
:junit5-docs: https://junit.org/junit5/docs/current/user-guide
103103
:kotlin-docs: https://kotlinlang.org/docs/reference/

0 commit comments

Comments
 (0)