Skip to content

Commit 7acc2e6

Browse files
committed
Doc updates
1 parent bb8251d commit 7acc2e6

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
@@ -9,7 +9,7 @@ version [here](http://docs.datastax.com/en/developer/ruby-driver/latest).*
99
A Ruby client driver for Apache Cassandra. This driver works exclusively with
1010
the Cassandra Query Language version 3 (CQL3) and Cassandra's native protocol.
1111

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
1313
better compatibility and support for DataStax Enterprise.
1414

1515
- 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 [
3737
This driver works exclusively with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol. The current version works with:
3838

3939
* 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.
4141
* Ruby (MRI) 2.2, 2.3, 2.4
4242
* JRuby 9k
4343

@@ -104,8 +104,7 @@ In the examples directory, you can find [an example of how to wrap the ruby driv
104104
interface parity with cql-rb](https://github.com/datastax/ruby-driver/blob/v3.2.4/examples/cql-rb-wrapper.rb)
105105
to assist you with gradual upgrade.
106106

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.
109108

110109
## What's new in v3.2
111110
This minor release adds support for MRI 2.4.x and also contains a few miscellaneous defect fixes. It also removes

0 commit comments

Comments
 (0)