Skip to content

Commit dc4d009

Browse files
authored
PostgreSQL and Couchbase connectors: fix up third-party links (#440)
1 parent 2c7d91b commit dc4d009

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

snippets/general-shared-text/couchbase.mdx

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,21 @@ import AllowIPAddressRanges from '/snippets/general-shared-text/ip-address-range
1515

1616
For Couchbase Capella, you will need:
1717

18-
- A Couchbase Capella account. [Create an account](https://docs.couchbase.com/cloud/get-started/create-account.html).
19-
- A Couchbase Capella cluster. [Create a cluster](https://docs.couchbase.com/cloud/clusters/create-database.html).
20-
- A [bucket, scope, and collection](https://docs.couchbase.com/cloud/clusters/data-service/about-buckets-scopes-collections.html).
21-
- A cluster connection string. [Learn how](https://docs.couchbase.com/cloud/get-started/connect.html).
22-
- A username and password. [Learn how](https://docs.couchbase.com/cloud/clusters/manage-database-users.html).
23-
- Incoming IP address allowance. [Learn how](https://docs.couchbase.com/cloud/clusters/allow-ip-address.html).
18+
- A [Couchbase Capella account](https://docs.couchbase.com/cloud/get-started/create-account.html#sign-up-free-tier).
19+
- A [Couchbase Capella cluster](https://docs.couchbase.com/cloud/get-started/create-account.html#getting-started).
20+
- A [bucket](https://docs.couchbase.com/cloud/clusters/data-service/manage-buckets.html#add-bucket),
21+
[scope](https://docs.couchbase.com/cloud/clusters/data-service/scopes-collections.html#create-scope),
22+
and [collection](https://docs.couchbase.com/cloud/clusters/data-service/scopes-collections.html#create-collection)
23+
on the cluster.
24+
- The cluster's [public connection string](https://docs.couchbase.com/cloud/get-started/connect.html#connect-from-sdk-cbsh-cli-or-ide).
25+
- The [cluster access name (username) and secret (password)](https://docs.couchbase.com/cloud/clusters/manage-database-users.html#create-database-credentials).
26+
- [Incoming IP address allowance](https://docs.couchbase.com/cloud/clusters/allow-ip-address.html) for the cluster.
2427

2528
<AllowIPAddressRanges />
2629

2730
For a local Couchbase server, you will need:
2831

29-
- Installation of a local Couchbase server. [Learn how](https://docs.couchbase.com/server/current/getting-started/start-here.html).
30-
- Connection details to the local Couchbase server. [Learn how](https://docs.couchbase.com/server/current/guides/connect.html).
32+
- [Installation of a local Couchbase server](https://docs.couchbase.com/server/current/getting-started/start-here.html).
33+
- [Connection details](https://docs.couchbase.com/server/current/guides/connect.html) to the local Couchbase server.
3134

3235
To learn more about how to set up a Couchbase cluster and play with data, refer to this [tutorial](https://developer.couchbase.com/tutorial-quickstart-flask-python).

snippets/general-shared-text/postgresql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import AllowIPAddressRanges from '/snippets/general-shared-text/ip-address-range
3636
- The host name and port number for the instance.
3737

3838
- For Amazon RDS for PostgreSQL, learn how to [get the host name and port number](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToPostgreSQLInstance.html#postgresql-endpoint).
39-
- For Azure Database for PostgreSQL, learn how to [get the host](https://learn.microsoft.com/azure/postgresql/flexible-server/quickstart-create-server-portal#connect-to-the-azure-database-for-postgresql-flexible-server-database-using-psql). The port number is `5432`.
39+
- For Azure Database for PostgreSQL, learn how to [get the host](https://learn.microsoft.com/azure/postgresql/flexible-server/quickstart-create-server#get-the-connection-information). The port number is `5432`.
4040
- For local PostgreSQL installations, these values are in the `postgresql.conf` file's `listen_addresses` and `port` settings. This file should be on the same machine as the instance. These values might also already be set as environment variables named `PGHOST` and `PGPORT` on the same machine as the instance.
4141
- For other installation types, see your PostgreSQL provider's documentation.
4242

0 commit comments

Comments
 (0)