diff --git a/Reference_Manual.md b/Reference_Manual.md index 3d8571e94..6c3d4ffca 100644 --- a/Reference_Manual.md +++ b/Reference_Manual.md @@ -1345,7 +1345,7 @@ and [the AWS examples directory](examples/aws) for more details. ## 5.8. Enabling Hazelcast Cloud Discovery -If you are using [Hazelcast Viridian](https://viridian.hazelcast.com/) and you want to write an application that will utilize the Hazelcast cloud database service, you can use the C++ client. The configuration is very simple, you just need to set the cluster name, discovery token and enable the cloud discovery on network settings. Here is an example configuration: +If you are using [Hazelcast Cloud](https://cloud.hazelcast.com/) and you want to write an application that will utilize the Hazelcast cloud database service, you can use the C++ client. The configuration is very simple, you just need to set the cluster name, discovery token and enable the cloud discovery on network settings. Here is an example configuration: ```c++ hazelcast::client::client_config config; diff --git a/Reference_Manual.md.in b/Reference_Manual.md.in index 28fea9014..28adebb30 100644 --- a/Reference_Manual.md.in +++ b/Reference_Manual.md.in @@ -710,7 +710,7 @@ and [the AWS examples directory](examples/aws) for more details. ## 5.8. Enabling Hazelcast Cloud Discovery -If you are using [Hazelcast Viridian](https://viridian.hazelcast.com/) and you want to write an application that will utilize the Hazelcast cloud database service, you can use the C++ client. The configuration is very simple, you just need to set the cluster name, discovery token and enable the cloud discovery on network settings. Here is an example configuration: +If you are using [Hazelcast Cloud](https://cloud.hazelcast.com/) and you want to write an application that will utilize the Hazelcast cloud database service, you can use the C++ client. The configuration is very simple, you just need to set the cluster name, discovery token and enable the cloud discovery on network settings. Here is an example configuration: ```c++ hazelcast::client::client_config config; diff --git a/hazelcast/include/hazelcast/client/client_properties.h b/hazelcast/include/hazelcast/client/client_properties.h index 6aebe6878..e3cfebc33 100644 --- a/hazelcast/include/hazelcast/client/client_properties.h +++ b/hazelcast/include/hazelcast/client/client_properties.h @@ -264,7 +264,7 @@ class HAZELCAST_API client_properties */ static constexpr const char* CLOUD_URL_BASE = "hazelcast.client.cloud.url"; static constexpr const char* CLOUD_URL_BASE_DEFAULT = - "api.viridian.hazelcast.com"; + "api.cloud.hazelcast.com"; /** * Parametrized SQL queries touching only a single partition benefit from