diff --git a/docs/requirements.mdx b/docs/requirements.mdx index 6fda6194..3451be8a 100644 --- a/docs/requirements.mdx +++ b/docs/requirements.mdx @@ -14,8 +14,10 @@ This page describes the required tools and their versions to use ScalarDB correc ## Client SDK -Because ScalarDB is written in Java, the easiest way to interact with ScalarDB is to use the [Java client SDK](https://scalardb.scalar-labs.com/docs/latest/scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api/#add-scalardb-cluster-java-client-sdk-to-your-build). -The following Java Development Kits (JDKs) are verified and supported. +Because ScalarDB is written in Java, the easiest way to interact with ScalarDB is to use the Java client SDKs: + +- [SDK for ScalarDB Core](add-scalardb-to-your-build.mdx) +- [SDK for ScalarDB Cluster](scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api.mdx) ### Java