@@ -98,7 +98,7 @@ __Note__: if you want to use compression you should also install [snappy](http:/
98
98
99
99
Some of the new features added to the driver have unfortunately led to changes in the original cql-rb API.
100
100
In the examples directory, you can find [ an example of how to wrap the ruby driver to achieve almost complete
101
- interface parity with cql-rb] ( https://github.com/datastax/ruby-driver/blob/master /examples/cql-rb-wrapper.rb )
101
+ interface parity with cql-rb] ( https://github.com/datastax/ruby-driver/blob/v3.1.0 /examples/cql-rb-wrapper.rb )
102
102
to assist you with gradual upgrade.
103
103
104
104
## What's new in v3.1
@@ -110,7 +110,7 @@ Execution profiles allow you to group various execution options into a 'profile'
110
110
profile at execution time. Get the scoop
111
111
[ here] ( http://docs.datastax.com/en/developer/ruby-driver/3.1/features/basics/execution_profiles ) .
112
112
113
- See the [ changelog] ( https://github.com/datastax/ruby-driver/blob/master /CHANGELOG.md ) for more information on all
113
+ See the [ changelog] ( https://github.com/datastax/ruby-driver/blob/v3.1.0 /CHANGELOG.md ) for more information on all
114
114
changes in this version and past versions.
115
115
116
116
## What's new in v3.0
@@ -179,7 +179,7 @@ examples in the `features/` directory.
179
179
## Running tests
180
180
181
181
If you don't feel like reading through the following instructions on how to run
182
- 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 ) .
182
+ ruby-driver tests, feel free to [ check out .travis.yml for the entire build code] ( https://github.com/datastax/ruby-driver/blob/v3.1.0 /.travis.yml ) .
183
183
184
184
* Check out the driver codebase and install test dependencies:
185
185
@@ -203,7 +203,7 @@ CASSANDRA_VERSION=2.0.17 bundle exec rake test # run both as well as integration
203
203
## Changelog & versioning
204
204
205
205
Check out the [ releases on GitHub] ( https://github.com/datastax/ruby-driver/releases ) and
206
- [ changelog] ( https://github.com/datastax/ruby-driver/blob/master /CHANGELOG.md ) . Version
206
+ [ changelog] ( https://github.com/datastax/ruby-driver/blob/v3.1.0 /CHANGELOG.md ) . Version
207
207
numbering follows the [ semantic versioning] ( http://semver.org/ ) scheme.
208
208
209
209
Private and experimental APIs, defined as whatever is not in the
0 commit comments