diff --git a/doc/connector/java.rst b/doc/connector/java.rst index a2cff2180..9d13f99af 100644 --- a/doc/connector/java.rst +++ b/doc/connector/java.rst @@ -7,15 +7,16 @@ The following Java connectors are available: * `tarantool-java-SDK `__ is the primary connector that is actively being developed and maintained. This - connector supports current Tarantool versions and features. Support for + connector supports current Tarantool versions and features. The `Spring Data `__ and - `Testcontainers `__ is implemented as modules within the + `Testcontainers `__ are implemented as modules within the Tarantool Java SDK project, providing seamless integration with these frameworks. - * Separate documentation is available for each major and minor Tarantool Java SDK version, - for example: https://tarantool.github.io/tarantool-java-sdk/1.5.*/ - * For the most up-to-date documentation (including the latest changes and features), - please refer to the dev version: https://tarantool.github.io/tarantool-java-sdk/dev/ + Separate documentation is available for each major and minor Tarantool Java SDK version, + for example: https://tarantool.github.io/tarantool-java-sdk/1.5.*/. + + For the most up-to-date documentation (including the latest changes and features), + please refer to the dev version: https://tarantool.github.io/tarantool-java-sdk/dev/. .. NOTE::