Skip to content

Commit 7b632f7

Browse files
Apply suggestions from code review
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 1a549e2 commit 7b632f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/operate/rc/databases/rdi/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hideListLinks: true
1111
weight: 1
1212
---
1313

14-
The [`rdi-cloud-automation` GitHub repository](https://github.com/redis-field-engineering/rdi-cloud-automation) contains a Terraform script that quickly sets up a PostgreSQL source database on an EC2 instance and all required permissions and network setup to connect it to a Redis Cloud target database.
14+
The [`rdi-cloud-automation` GitHub repository](https://github.com/redis/rdi-cloud-automation) contains a Terraform script that quickly sets up a PostgreSQL source database on an EC2 instance and all required permissions and network setup to connect it to a Redis Cloud target database.
1515

1616
{{< note >}}
1717
This guide is for demonstration purposes only. It is not recommended for production use.
@@ -44,7 +44,7 @@ To follow this guide, you need to:
4444

4545
## Create the source database and network resources
4646

47-
1. Clone or download the [`rdi-cloud-automation` GitHub repository](https://github.com/redis-field-engineering/rdi-cloud-automation).
47+
1. Clone or download the [`rdi-cloud-automation` GitHub repository](https://github.com/redis/rdi-cloud-automation).
4848

4949
1. In a terminal window, go to the `examples` directory.
5050

@@ -55,7 +55,7 @@ To follow this guide, you need to:
5555
- `region`: The AWS region where your Redis Cloud database is deployed.
5656
- `azs`: The availability zone IDs where your Redis Cloud database is deployed.
5757
- `port`: The port number for the new PostgreSQL source database.
58-
- `name`: A prefix for all of the created AWS resources
58+
- `name`: A prefix for all of the created AWS resources.
5959
- `redis-account`: The AWS account ID for your Redis Cloud cluster you saved earlier.
6060

6161
1. To view the configuration, run:

0 commit comments

Comments
 (0)