You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,7 +62,7 @@ The driver contains the following modules:
62
62
other drivers, Cassandra, and DSE.
63
63
- DOCS: the [user guide](http://docs.datastax.com/en/developer/java-driver/2.1/java-driver/whatsNew2.html)
64
64
has introductory material. We are progressively migrating the doc
65
-
[here](features/) with more technical details.
65
+
[here](manual/) with more technical details.
66
66
- API: http://www.datastax.com/drivers/java/2.1
67
67
68
68
**Feeback requested:** help us focus our efforts, provide your input on the [Platform and Runtime Survey](http://goo.gl/forms/qwUE6qnL7U) (we kept it short).
@@ -91,7 +91,7 @@ Note that the object mapper is published as a separate artifact:
91
91
</dependency>
92
92
```
93
93
94
-
We also provide a [shaded JAR](features/shaded_jar/)
94
+
We also provide a [shaded JAR](manual/shaded_jar/)
95
95
to avoid the explicit dependency to Netty.
96
96
97
97
If you can't use a dependency management tool, a
@@ -101,7 +101,7 @@ is available for download.
101
101
## Compatibility
102
102
103
103
The Java client driver 2.1 ([branch 2.1](https://github.com/datastax/java-driver/tree/2.1)) is compatible with Apache
104
-
Cassandra 1.2, 2.0, 2.1 and 2.2 (see [this page](http://datastax.github.io/java-driver/features/native_protocol) for
104
+
Cassandra 1.2, 2.0, 2.1 and 2.2 (see [this page](http://datastax.github.io/java-driver/manual/native_protocol) for
105
105
the most up-to-date compatibility information).
106
106
107
107
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