@@ -100,7 +100,7 @@ __Note__: if you want to use compression you should also install [snappy](http:/
100
100
101
101
Some of the new features added to the driver have unfortunately led to changes in the original cql-rb API.
102
102
In the examples directory, you can find [ an example of how to wrap the ruby driver to achieve almost complete
103
- interface parity with cql-rb] ( https://github.com/datastax/ruby-driver/blob/master /examples/cql-rb-wrapper.rb )
103
+ interface parity with cql-rb] ( https://github.com/datastax/ruby-driver/blob/v3.2.0 /examples/cql-rb-wrapper.rb )
104
104
to assist you with gradual upgrade.
105
105
106
106
If you are upgrading to DataStax Enterprise, use the [ Ruby DSE driver] ( https://github.com/datastax/ruby-dse-driver.git )
@@ -109,7 +109,7 @@ for more features and better compatibility.
109
109
## What's new in v3.2
110
110
This minor release adds support for MRI 2.4.x and also contains a few miscellaneous defect fixes.
111
111
112
- See the [ changelog] ( https://github.com/datastax/ruby-driver/blob/master /CHANGELOG.md ) for more information on all
112
+ See the [ changelog] ( https://github.com/datastax/ruby-driver/blob/v3.2.0 /CHANGELOG.md ) for more information on all
113
113
changes in this version and past versions.
114
114
115
115
## What's new in v3.1
@@ -177,7 +177,7 @@ examples in the `features/` directory.
177
177
## Running tests
178
178
179
179
If you don't feel like reading through the following instructions on how to run
180
- ruby-driver tests, feel free to [ check out .travis.yml for the entire build code] ( https://github.com/datastax/ruby-driver/blob/master /.travis.yml ) .
180
+ ruby-driver tests, feel free to [ check out .travis.yml for the entire build code] ( https://github.com/datastax/ruby-driver/blob/v3.2.0 /.travis.yml ) .
181
181
182
182
* Check out the driver codebase and install test dependencies:
183
183
@@ -201,7 +201,7 @@ CASSANDRA_VERSION=2.1.12 bundle exec rake test # run both as well as integration
201
201
## Changelog & versioning
202
202
203
203
Check out the [ releases on GitHub] ( https://github.com/datastax/ruby-driver/releases ) and
204
- [ changelog] ( https://github.com/datastax/ruby-driver/blob/master /CHANGELOG.md ) . Version
204
+ [ changelog] ( https://github.com/datastax/ruby-driver/blob/v3.2.0 /CHANGELOG.md ) . Version
205
205
numbering follows the [ semantic versioning] ( http://semver.org/ ) scheme.
206
206
207
207
Private and experimental APIs, defined as whatever is not in the
0 commit comments