diff --git a/README.rst b/README.rst index 96b56a3aa0..fedc31d90c 100644 --- a/README.rst +++ b/README.rst @@ -1246,7 +1246,7 @@ See the `Mutual Authentication section <#813-mutual-authentication>`__. Hazelcast Python client can discover and connect to Hazelcast clusters running on `Hazelcast Cloud `__. For this, -provide authentication information as ``cluster_name``, enable cloud +provide authentication information as ``cluster_name`` and enable cloud discovery by setting your ``cloud_discovery_token`` as shown below. .. code:: python @@ -1259,7 +1259,7 @@ discovery by setting your ``cloud_discovery_token`` as shown below. If you have enabled encryption for your cluster, you should also enable TLS/SSL configuration for the client to secure communication between your client and cluster members as described in the `TLS/SSL for -Hazelcast Python Client +Hazelcast Python client section <#812-tlsssl-for-hazelcast-python-clients>`__. 5.7. Configuring Backup Acknowledgment