Skip to content

Commit 207a5c5

Browse files
dreis2211snicoll
authored andcommitted
Link consistently to Tomcat 9.0 docs
See gh-19340
1 parent 283b60d commit 207a5c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@
10061006
<link>https://docs.oracle.com/javaee/7/api</link>
10071007
<link>https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api</link>
10081008
<link>https://docs.spring.io/spring-security/site/docs/${spring-security.version}/api</link>
1009-
<link>https://tomcat.apache.org/tomcat-8.5-doc/api</link>
1009+
<link>https://tomcat.apache.org/tomcat-9.0-doc/api</link>
10101010
<link>https://www.eclipse.org/jetty/javadoc/${jetty.version}</link>
10111011
<link>https://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}</link>
10121012
</links>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3152,7 +3152,7 @@ These are the standard options that work regardless of the actual implementation
31523152
It is also possible to fine-tune implementation-specific settings by using their respective prefix (`+spring.datasource.hikari.*+`, `+spring.datasource.tomcat.*+`, and `+spring.datasource.dbcp2.*+`).
31533153
Refer to the documentation of the connection pool implementation you are using for more details.
31543154

3155-
For instance, if you use the https://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html#Common_Attributes[Tomcat connection pool], you could customize many additional settings, as shown in the following example:
3155+
For instance, if you use the {tomcat-docs}/jdbc-pool.html#Common_Attributes[Tomcat connection pool], you could customize many additional settings, as shown in the following example:
31563156

31573157
[source,properties,indent=0]
31583158
----

0 commit comments

Comments
 (0)