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
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ version [here](http://docs.datastax.com/en/developer/ruby-driver/latest).*
9
9
A Ruby client driver for Apache Cassandra. This driver works exclusively with
10
10
the Cassandra Query Language version 3 (CQL3) and Cassandra's native protocol.
11
11
12
-
Use the [Ruby DSE driver](https://github.com/datastax/ruby-dse-driver.git) for
12
+
Use the [Ruby DSE driver](https://docs.datastax.com/en/developer/ruby-driver-dse/2.1/) for
13
13
better compatibility and support for DataStax Enterprise.
14
14
15
15
- Code: https://github.com/datastax/ruby-driver
@@ -37,7 +37,7 @@ This driver is based on [the cql-rb gem](https://github.com/iconara/cql-rb) by [
37
37
This driver works exclusively with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol. The current version works with:
38
38
39
39
* Apache Cassandra versions 2.1, 2.2, and 3.x
40
-
* DataStax Enterprise 4.8 and above. However, the [Ruby DSE driver](https://github.com/datastax/ruby-dse-driver.git) provides more features and is recommended for use with DataStax Enterprise.
40
+
* DataStax Enterprise 4.8 and above. However, the [Ruby DSE driver](https://docs.datastax.com/en/developer/ruby-driver-dse/2.1/) provides more features and is recommended for use with DataStax Enterprise.
41
41
* Ruby (MRI) 2.2, 2.3, 2.4
42
42
* JRuby 9k
43
43
@@ -104,8 +104,7 @@ In the examples directory, you can find [an example of how to wrap the ruby driv
104
104
interface parity with cql-rb](https://github.com/datastax/ruby-driver/blob/v3.2.4/examples/cql-rb-wrapper.rb)
105
105
to assist you with gradual upgrade.
106
106
107
-
If you are upgrading to DataStax Enterprise, use the [Ruby DSE driver](https://github.com/datastax/ruby-dse-driver.git)
108
-
for more features and better compatibility.
107
+
If you are upgrading to DataStax Enterprise, use the [Ruby DSE driver](https://docs.datastax.com/en/developer/ruby-driver-dse/2.1/) for more features and better compatibility.
109
108
110
109
## What's new in v3.2
111
110
This minor release adds support for MRI 2.4.x and also contains a few miscellaneous defect fixes. It also removes
0 commit comments