@@ -51,6 +51,7 @@ provided with the distribution:
5151* [ Reverse DNS] with SSL peer identity verification support
5252* Randomized contact points
5353* [ Speculative execution]
54+ * Support for [ DataStax Constellation] Cloud Data Platform
5455
5556## Compatibility
5657
@@ -78,7 +79,6 @@ __Disclaimer__: DataStax products do not support big-endian systems.
7879
7980* JIRA: https://datastax-oss.atlassian.net/browse/CPP
8081* Mailing List: https://groups.google.com/a/lists.datastax.com/forum/#!forum/cpp-driver-user
81- * DataStax Academy via Slack: https://academy.datastax.com/slack
8282
8383## Feedback Requested
8484
@@ -184,7 +184,7 @@ specific language governing permissions and limitations under the License.
184184[DSE C/C++ driver]: http://docs.datastax.com/en/developer/cpp-driver-dse/latest
185185[DataStax Enterprise]: http://www.datastax.com/products/datastax-enterprise
186186[Examples]: examples/
187- [download server]: http://downloads.datastax.com/cpp-driver
187+ [download server]: http://downloads.datastax.com/cpp-driver/
188188[GitHub]: https://github.com/datastax/cpp-driver
189189[cpp-driver-compatability-matrix]: https://docs.datastax.com/en/developer/driver-matrix/doc/cppDrivers.html#cpp-drivers
190190[Home]: http://docs.datastax.com/en/developer/cpp-driver/latest
@@ -198,6 +198,7 @@ specific language governing permissions and limitations under the License.
198198[ubuntu-16-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies
199199[ubuntu-18-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies
200200[windows-dependencies]: http://downloads.datastax.com/cpp-driver/windows/dependencies
201+ [DataStax Constellation]: https://constellation.datastax.com
201202
202203[Asynchronous API]: http://datastax.github.io/cpp-driver/topics/#futures
203204[Simple]: http://datastax.github.io/cpp-driver/topics/#executing-queries
0 commit comments