Skip to content

Commit a8eacec

Browse files
committed
Fix broken link to driver 3.x manual page
1 parent a7c8497 commit a8eacec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
for the development version and that some features described here might
55
not yet have been released. You can find the documentation for the latest
66
version through the [Java driver
7-
docs](http://docs.datastax.com/en/developer/java-driver/latest/index.html) or via the release tags,
8-
[e.g.
9-
3.11.0](https://github.com/datastax/java-driver/tree/3.11.0).*
7+
docs](http://docs.datastax.com/en/developer/java-driver/3.11/index.html) or via the release tags,
8+
[e.g. 3.11.0](https://github.com/datastax/java-driver/tree/3.11.0).*
109

1110
A modern, [feature-rich](manual/) and highly tunable Java client
1211
library for Apache Cassandra (2.1+) and using exclusively Cassandra's binary protocol
@@ -102,7 +101,7 @@ is available for download.
102101
## Compatibility
103102

104103
The Java client driver 3.11.0 ([branch 3.x](https://github.com/datastax/java-driver/tree/3.x)) is compatible with Apache
105-
Cassandra 2.1, 2.2 and 3.0+ (see [this page](http://docs.datastax.com/en/developer/java-driver/latest/manual/native_protocol/) for
104+
Cassandra 2.1, 2.2 and 3.0+ (see [this page](http://docs.datastax.com/en/developer/java-driver/3.11/manual/native_protocol/) for
106105
the most up-to-date compatibility information).
107106

108107
UDT and tuple support is available only when using Apache Cassandra 2.1 or higher (see [CQL improvements in Cassandra 2.1](http://www.datastax.com/dev/blog/cql-in-2-1)).

0 commit comments

Comments
 (0)