Skip to content

Commit c97dd43

Browse files
authored
Update docs for unified driver release (#17)
1 parent 4949164 commit c97dd43

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# DataStax C/C++ Driver for Apache Cassandra and DataStax Products
1+
# DataStax C/C++ Driver for Apache Cassandra® and DataStax Products
22

33
A modern, feature-rich and highly tunable C/C++ client library for
4-
[Apache Cassandra] 2.1+ using exclusively Cassandra's binary protocol and
4+
[Apache Cassandra®] 2.1+ using exclusively Cassandra's binary protocol and
55
Cassandra Query Language v3. This driver can also be used with other DataStax
66
products:
77

@@ -28,7 +28,7 @@ distribution:
2828

2929
## Upgrading
3030

31-
Starting with DataStax C/C++ driver for Apache Cassandra v2.15.0, DataStax
31+
Starting with DataStax C/C++ driver for Apache Cassandra® v2.15.0, DataStax
3232
Enterprise (DSE) support is now available; using the DSE driver exclusively is no
3333
longer required for DSE customers.
3434

@@ -86,11 +86,11 @@ dependencies for a specific platform.
8686
This driver works exclusively with the Cassandra Query Language v3 (CQL3) and
8787
Cassandra's native protocol. The current version works with:
8888

89-
* Apache Cassandra versions 2.1, 2.2 and 3.0+
89+
* Apache Cassandra® versions 2.1, 2.2 and 3.0+
9090
* Architectures: 32-bit (x86) and 64-bit (x64)
9191
* Compilers: GCC 4.1.2+, Clang 3.4+, and MSVC 2010/2012/2013/2015/2017/2019
9292

93-
A complete compatibility matrix for both Apache Cassandra
93+
A complete compatibility matrix for both Apache Cassandra®
9494
and DataStax Enterprise can be found [here][cpp-driver-compatability-matrix].
9595

9696
__Disclaimer__: DataStax products do not support big-endian systems.
@@ -208,7 +208,7 @@ under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR
208208
CONDITIONS OF ANY KIND, either express or implied. See the License for the
209209
specific language governing permissions and limitations under the License.
210210
211-
[Apache Cassandra]: http://cassandra.apache.org
211+
[Apache Cassandra®]: http://cassandra.apache.org
212212
[DataStax Enterprise]: http://www.datastax.com/products/datastax-enterprise
213213
[Examples]: examples/
214214
[download server]: http://downloads.datastax.com/cpp-driver/

docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
title: DataStax C/C++ Driver for Apache Cassandra and DataStax Products
2-
summary: DataStax C/C++ Driver for Apache Cassandra and DataStax Products Documentation
1+
title: DataStax C/C++ Driver
2+
summary: DataStax C/C++ Driver for Apache Cassandra®
33
homepage: http://docs.datastax.com/en/developer/cpp-driver/latest
44
swiftype_drivers: cppdrivers
55
sections:

0 commit comments

Comments
 (0)