diff --git a/README.md b/README.md index f0b33e18ecc..b41d2f933a8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ for the development version and that some features described here might not yet have been released. You can find the documentation for the latest version through the [Java driver -docs](https://docs.scylladb.com/using-scylla/scylla-java-driver/) or via the release tags, +docs](https://scylladb.github.io/java-driver/latest/index.html) or via the release tags, [e.g. 3.10.0](https://github.com/scylladb/java-driver/releases/tag/3.10.2-scylla-0).* @@ -16,7 +16,7 @@ The Scylla Java Driver is a fork from [DataStax Java Driver](https://github.com/ **Features:** -* Like all Scylla Drivers, the Scylla Java Driver is **Shard Aware** and contains extensions for a ``tokenAwareHostPolicy`. +* Like all Scylla Drivers, the Scylla Java Driver is **Shard Aware** and contains extensions for a `tokenAwareHostPolicy`. Using this policy, the driver can select a connection to a particular shard based on the shard’s token. As a result, latency is significantly reduced because there is no need to pass data between the shards. * [Sync](manual/) and [Async](manual/async/) API @@ -47,9 +47,10 @@ The driver contains the following modules: **Useful links:** -- SCYLLA UNIVERSITY JAVA [CLASS](https://university.scylladb.com/courses/using-scylla-drivers/lessons/coding-with-java-part-1/) +- SCYLLA UNIVERSITY: Has a [Coding with Java class](https://university.scylladb.com/courses/using-scylla-drivers/lessons/coding-with-java-part-1/) - DOCS: the [manual](manual/) has quick start material and technical details about the driver and its features. +- SCYLLA DOCS: Contains all [Scylla Documentation](https://docs.scylladb.com) - GITHUB REPOSITORY: https://github.com/scylladb/java-driver - [changelog](changelog/) @@ -124,4 +125,3 @@ Apache®, Apache Cassandra®, Cassandra®, the Apache feather logo and the Apach Eye logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. No endorsement by The Apache Software Foundation is implied by the use of these marks. -