Skip to content

Commit 71f431c

Browse files
committed
Fix relrefs
1 parent bc41625 commit 71f431c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content/operate/rc/databases/rdi/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Please be aware of the following limitations:
5555

5656
To create a new data pipeline, you need to:
5757

58-
1. [Prepare your source database]({{<relref "content/operate/rc/databases/rdi/setup">}}) and any associated credentials.
59-
2. [Create data pipeline]({{<relref "content/operate/rc/databases/rdi/create">}}) and troubleshoot errors.
60-
3. [Define the data pipeline]({{<relref "content/operate/rc/databases/rdi/define">}}) by selecting which tables to sync.
58+
1. [Prepare your source database]({{<relref "/operate/rc/databases/rdi/setup">}}) and any associated credentials.
59+
2. [Create data pipeline]({{<relref "/operate/rc/databases/rdi/create">}}) and troubleshoot errors.
60+
3. [Define the data pipeline]({{<relref "/operate/rc/databases/rdi/define">}}) by selecting which tables to sync.
6161

6262
Once your data pipeline is defined, you can [manage]() and [observe]() it.

content/operate/rc/databases/rdi/create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hideListLinks: true
1010
weight: 2
1111
---
1212

13-
After you have [prepared your source database]({{<relref "content/operate/rc/databases/rdi/setup">}}) and connection information, you can set up your new pipeline.
13+
After you have [prepared your source database]({{<relref "/operate/rc/databases/rdi/setup">}}) and connection information, you can set up your new pipeline.
1414

1515
1. In the [Redis Cloud console](https://cloud.redis.io/), go to your target database and select the **Data Pipeline** tab.
1616
1. Select **Start pipeline setup**.
@@ -31,7 +31,7 @@ Pipelines are created in the background. While they're being created, you aren't
3131

3232
See [Pipeline creation errors](#pipeline-creation-errors) to view a list of errors that can occur at this point.
3333

34-
When your pipeline is created, select **Complete setup**. You will then [define your data pipeline]({{<relref "content/operate/rc/databases/rdi/define">}}).
34+
When your pipeline is created, select **Complete setup**. You will then [define your data pipeline]({{<relref "/operate/rc/databases/rdi/define">}}).
3535

3636
## Pipeline creation errors
3737

content/operate/rc/databases/rdi/define.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hideListLinks: true
1010
weight: 3
1111
---
1212

13-
After you have [created your data pipeline]({{<relref "content/operate/rc/databases/rdi/create">}}), you need to define it. You will select the database schemas and columns that you want to import and synchronize with your primary database.
13+
After you have [created your data pipeline]({{<relref "/operate/rc/databases/rdi/create">}}), you need to define it. You will select the database schemas and columns that you want to import and synchronize with your primary database.
1414

1515
## Configure a new pipeline
1616

content/operate/rc/databases/rdi/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ For more details on AWS PrivateLink, see [Share your services through AWS Privat
6363

6464
## Next steps
6565

66-
After you have set up your source database and prepared connectivity and credentials, select **Start pipeline setup** to [create your data pipeline.]({{<relref "/operate/rc/databases/rdi/create.md/">}})
66+
After you have set up your source database and prepared connectivity and credentials, select **Start pipeline setup** to [create your data pipeline]({{<relref "/operate/rc/databases/rdi/create">}}).

0 commit comments

Comments
 (0)