Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Mar 12, 2024
1 parent 5709647 commit 4b927b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions content/rc/cloud-integrations/confluent-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ You can send data from [Confluent Cloud](https://confluent.cloud/) to your Redis

Before you add the Redis Sink Confluent connector to your Confluent Cloud cluster:

1. Create a [Fixed]({{<relref "rc/subscriptions/create-fixed-subscription.md">}}) or [Flexible]({{<relref "rc/subscriptions/create-flexible-subscription.md">}}) subscription in the same region as your Confluent Cloud cluster.
1. Create a [Fixed]({{<relref "rc/subscriptions/create-fixed-subscription">}}) or [Flexible]({{<relref "rc/subscriptions/create-flexible-subscription">}}) subscription in the same region as your Confluent Cloud cluster.

1. [Create a database]({{<relref "rc/databases/create-database.md">}}) in the subscription.
1. [Create a database]({{<relref "rc/databases/create-database">}}) in the subscription.

1. If you decide to [enable Transport Layer Security (TLS)]({{<relref "/rc/security/database-security/tls-ssl">}}) for your Redis database, [download the server certificate]({{<relref "/rc/security/database-security/tls-ssl#download-certificates">}}) from the Redis Cloud console and [encode it](#encode-server-certificate) to be used with Confluent Cloud.

Expand Down
12 changes: 6 additions & 6 deletions content/rc/subscriptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ Annual plans support the same features as Flexible plans but at significant savi

Create a new subscription:

- The [Redis Cloud quick start]({{<relref "rc/rc-quickstart.md">}}) helps you create a free subscription and your first database. (Start here if you're new.)
- The [Redis Cloud quick start]({{<relref "rc/rc-quickstart">}}) helps you create a free subscription and your first database. (Start here if you're new.)

- [Create a Fixed subscription]({{<relref "rc/subscriptions/create-fixed-subscription.md">}})
- [Create a Fixed subscription]({{<relref "rc/subscriptions/create-fixed-subscription">}})

- [Create a Flexible subscription]({{<relref "rc/subscriptions/create-flexible-subscription.md">}})
- [Create a Flexible subscription]({{<relref "rc/subscriptions/create-flexible-subscription">}})

- To create an Annual subscription, contact [support](https://redis.com/company/support).

View subscription details:

- [View or edit a Fixed subscription]({{<relref "/rc/subscriptions/view-fixed-subscription.md">}})
- [View or edit a Fixed subscription]({{<relref "/rc/subscriptions/view-fixed-subscription">}})

- [View Flexible subscription details]({{<relref "/rc/subscriptions/view-flexible-subscription.md">}})
- [View Flexible subscription details]({{<relref "/rc/subscriptions/view-flexible-subscription">}})

- [Delete a subscription]({{<relref "/rc/subscriptions/delete-subscription.md">}})
- [Delete a subscription]({{<relref "/rc/subscriptions/delete-subscription">}})


0 comments on commit 4b927b3

Please sign in to comment.