Skip to content

Commit 99f4415

Browse files
authored
Update AstraDB links (#1569)
1 parent ebe7a5e commit 99f4415

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

manual/cloud/README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ driver is configured in an application and that you will need to obtain a *secur
77
### Prerequisites
88

99
1. [Download][Download Maven] and [install][Install Maven] Maven.
10-
2. Create an Astra database on [GCP][Create an Astra database - GCP] or
11-
[AWS][Create an Astra database - AWS]; alternatively, have a team member provide access to their
12-
Astra database (instructions for [GCP][Access an Astra database - GCP] and
13-
[AWS][Access an Astra database - AWS]) to obtain database connection details.
10+
2. Create an Astra database on [AWS/Azure/GCP][Create an Astra database - AWS/Azure/GCP];
11+
alternatively, have a team member provide access to their
12+
Astra database (instructions for [AWS/Azure/GCP][Access an Astra database - AWS/Azure/GCP] to
13+
obtain database connection details.
1414
3. Download the secure connect bundle (instructions for
15-
[GCP][Download the secure connect bundle - GCP] and
16-
[AWS][Download the secure connect bundle - AWS]), that contains connection information such as
17-
contact points and certificates.
15+
[AWS/Azure/GCP][Download the secure connect bundle - AWS/Azure/GCP], that contains connection
16+
information such as contact points and certificates.
1817

1918
### Procedure
2019

@@ -125,11 +124,8 @@ public class Main {
125124

126125
[Download Maven]: https://maven.apache.org/download.cgi
127126
[Install Maven]: https://maven.apache.org/install.html
128-
[Create an Astra database - GCP]: https://docs.datastax.com/en/astra/gcp/doc/dscloud/astra/dscloudGettingStarted.html#dscloudCreateCluster
129-
[Create an Astra database - AWS]: https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudGettingStarted.html#dscloudCreateCluster
130-
[Access an Astra database - GCP]: https://docs.datastax.com/en/astra/gcp/doc/dscloud/astra/dscloudShareClusterDetails.html
131-
[Access an Astra database - AWS]: https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudShareClusterDetails.html
132-
[Download the secure connect bundle - GCP]: https://docs.datastax.com/en/astra/gcp/doc/dscloud/astra/dscloudObtainingCredentials.html
133-
[Download the secure connect bundle - AWS]: https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudObtainingCredentials.html
127+
[Create an Astra database - AWS/Azure/GCP]: https://docs.datastax.com/en/astra/docs/creating-your-astra-database.html
128+
[Access an Astra database - AWS/Azure/GCP]: https://docs.datastax.com/en/astra/docs/obtaining-database-credentials.html#_sharing_your_secure_connect_bundle
129+
[Download the secure connect bundle - AWS/Azure/GCP]: https://docs.datastax.com/en/astra/docs/obtaining-database-credentials.html
134130
[minimal project structure]: ../core/integration/#minimal-project-structure
135131
[driver documentation]: ../core/configuration/

0 commit comments

Comments
 (0)