Skip to content

Commit c32a490

Browse files
committed
Fix DataStax DBaaS service name
1 parent 3124601 commit c32a490

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Cassandra Query Language v3. This driver can also be used with other DataStax
88
products:
99

1010
* [DataStax Enterprise]
11-
* [DataStax Constellation]
11+
* [DataStax Astra]
1212

1313
## Getting the Driver
1414

@@ -82,7 +82,7 @@ dependencies for a specific platform.
8282
* [DSE geospatial types]
8383
* DSE [proxy authentication][DSE Proxy Authentication] and [proxy execution][DSE Proxy Execution]
8484
* [DSE DateRange]
85-
* Support for [DataStax Constellation] Cloud Data Platform
85+
* Support for [DataStax Astra] Cloud Data Platform
8686

8787
## Compatibility
8888

@@ -229,7 +229,7 @@ specific language governing permissions and limitations under the License.
229229
[ubuntu-16-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies
230230
[ubuntu-18-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies
231231
[windows-dependencies]: http://downloads.datastax.com/cpp-driver/windows/dependencies
232-
[DataStax Constellation]: https://constellation.datastax.com
232+
[DataStax Astra]: https://astra.datastax.com
233233
[Kerberos]: https://web.mit.edu/kerberos
234234
235235
[Asynchronous API]: http://datastax.github.io/cpp-driver/topics/#futures

topics/building/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ __\*\*__ Use the `CASS_USE_OPENSSL` CMake option to enable/disable OpenSSL
4040
within the driver; defaults to `On`.
4141

4242
__\*\*\*__ Use the `CASS_USE_ZLIB` CMake option to enable/disable zlib support.
43-
Disabling this option will disable DataStax Constellation support
43+
Disabling this option will disable DataStax Astra support
4444
within the driver; defaults to `On`.
4545

4646
## Linux/Mac OS

topics/cloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloud
22

3-
## Connecting to your [DataStax Apollo database on Constellation] using a secure connection bundle
3+
## Connecting to [DataStax Astra Database-as-a-Service] using a secure connection bundle
44

55
Use the following code snippet to connect your database:
66

@@ -43,4 +43,4 @@
4343
**Note:** `cass_cluster_set_contact_points()` and `cass_cluster_set_ssl()` should not used
4444
in conjunction with `cass_cluster_set_cloud_secure_connection_bundle()`.
4545
46-
[DataStax Apollo database on Constellation]: https://constellation.datastax.com/
46+
[DataStax Astra Database-as-a-Service]: https://astra.datastax.com/

0 commit comments

Comments
 (0)