@@ -34,11 +34,11 @@ the former name mod_cluster is currently used for container implementation.
3434=== Container Integration Modules
3535
3636|===
37- | Release | Tomcat versions | Code | Documentation
37+ |Release |Tomcat versions |Java SE |Code | Documentation
3838
39- | `2.1` (in development) | `11.0`, `10.1`, `9.0` | https://github.com/modcluster/mod_cluster/tree/main[SCM Branch] | https://docs.modcluster.io/apidocs/2.1/[Javadoc]
40- | `2.0` | `10.1`, `9.0`, `8.5` (EOL) | https://github.com/modcluster/mod_cluster/tree/2.0.x[SCM Branch] | https://docs.modcluster.io/apidocs/2.0/[Javadoc]
41- | `1.4` | `9.0`, `8.5` (EOL), `8.0` (EOL), `7.0` (EOL) | https://github.com/modcluster/mod_cluster/tree/1.4.x[SCM Branch] | https://docs.modcluster.io/apidocs/1.4/[Javadoc]
39+ |`2.1` | `11.0`, `10.1`, `9.0` |17 | https://github.com/modcluster/mod_cluster/tree/main[SCM Branch] |https://docs.modcluster.io/apidocs/2.1/[Javadoc]
40+ |`2.0` |`10.1`, `9.0`, `8.5` (EOL) |11 | https://github.com/modcluster/mod_cluster/tree/2.0.x[SCM Branch] |https://docs.modcluster.io/apidocs/2.0/[Javadoc]
41+ |`1.4` |`9.0`, `8.5` (EOL), `8.0` (EOL), `7.0` (EOL) |8 | https://github.com/modcluster/mod_cluster/tree/1.4.x[SCM Branch] |https://docs.modcluster.io/apidocs/1.4/[Javadoc]
4242|===
4343
4444=== Apache HTTP modules
@@ -90,7 +90,7 @@ that server.
9090* AJP is optional
9191
9292Unlike mod_jk, mod_proxy_cluster does not require AJP. httpd connections to application server nodes can use HTTP, HTTPS, or AJP.
93- The original concepts are described in a xref:developer/design .adoc[Design] article.
93+ The original concepts are described in a xref:developer/index .adoc#mod_cluster-design [Design] article.
9494
9595== Requirements
9696
0 commit comments