Skip to content

Commit d5e3f93

Browse files
DOC-5347 fixed links broken by RDI restructure
1 parent 6eb6795 commit d5e3f93

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

content/develop/tools/insight/rdi-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ weight: 4
2020
Redis Data Integration (RDI) and its [ingest pipeline capability]({{< relref "/integrate/redis-data-integration" >}}) is an end-to-end solution for mirroring your application's primary database in Redis. RDI employs a capture data change mechanism and a stream processor to map and transform source data such as relational tables into fast Redis data structures that match your use cases.
2121
You can read more about RDI's ingest architecture [on these pages]({{< relref "/integrate/redis-data-integration/architecture" >}}).
2222

23-
As of version `2.54.0`, Redis Insight includes RDI connectivity, which allows you to connect to [RDI management planes]({{< relref "/integrate/redis-data-integration/architecture" >}}#how-rdi-is-deployed), create, test, and deploy [RDI pipelines]({{< relref "/integrate/redis-data-integration/data-pipelines/data-pipelines" >}}), and view RDI statistics.
23+
As of version `2.54.0`, Redis Insight includes RDI connectivity, which allows you to connect to [RDI management planes]({{< relref "/integrate/redis-data-integration/architecture" >}}#how-rdi-is-deployed), create, test, and deploy [RDI pipelines]({{< relref "/integrate/redis-data-integration/data-pipelines" >}}), and view RDI statistics.
2424

2525
## Connect
2626

@@ -117,7 +117,7 @@ This will take you to the job editor with the template selection menu open. Make
117117
The options listed in the above menu depend on the capabilities of your RDI configuration.
118118
{{< /note >}}
119119

120-
The [RDI documentation]({{< relref "/integrate/redis-data-integration/data-pipelines/transform-examples" >}}) has several examples of transformation jobs that can help get you started. Note: RDI uses a very specific YAML format for job files. See [here]({{< relref "/integrate/redis-data-integration/data-pipelines/data-pipelines" >}}#job-files) for more information.
120+
The [RDI documentation]({{< relref "/integrate/redis-data-integration/data-pipelines/transform-examples" >}}) has several examples of transformation jobs that can help get you started. Note: RDI uses a very specific YAML format for job files. See [here]({{< relref "/integrate/redis-data-integration/data-pipelines" >}}#job-files) for more information.
121121

122122
<img src="../images/ri-rdi-job-editor-template.png">
123123

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ ALTER TABLE CHINOOK.TAB1 ADD SUPPLEMENTAL LOG DATA (ALL) COLUMNS;
400400
```
401401

402402
After you run an initial
403-
[snapshot]({{< relref "/integrate/redis-data-integration/data-pipelines/data-pipelines#pipeline-lifecycle" >}}),
403+
[snapshot]({{< relref "/integrate/redis-data-integration/data-pipelines/#pipeline-lifecycle" >}}),
404404
the XML data appears in your Redis target database:
405405

406406
{{< image filename="/images/rdi/ingest/xmltype-example.webp" >}}

content/integrate/redis-data-integration/installation/install-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ section to learn how to do this.
276276
When the Helm installation is complete and you have prepared the source database for CDC,
277277
you are ready to start using RDI.
278278
Use [Redis Insight]({{< relref "/develop/tools/insight/rdi-connector" >}}) to
279-
[configure]({{< relref "/integrate/redis-data-integration/data-pipelines/data-pipelines" >}}) and
279+
[configure]({{< relref "/integrate/redis-data-integration/data-pipelines" >}}) and
280280
[deploy]({{< relref "/integrate/redis-data-integration/data-pipelines/deploy" >}})
281281
your pipeline.
282282

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ section to learn how to do this.
263263

264264
When the installation is complete, and you have prepared the source database for CDC,
265265
you are ready to start using RDI. See the guides on how to
266-
[configure]({{< relref "/integrate/redis-data-integration/data-pipelines/data-pipelines" >}}) and
266+
[configure]({{< relref "/integrate/redis-data-integration/data-pipelines" >}}) and
267267
[deploy]({{< relref "/integrate/redis-data-integration/data-pipelines/deploy" >}})
268268
RDI pipelines for more information. You can also configure and deploy a pipeline
269269
using [Redis Insight]({{< relref "/develop/tools/insight/rdi-connector" >}}).

content/integrate/redis-data-integration/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The endpoint for the stream processor metrics is `https://<RDI_HOST>/metrics/rdi
5353

5454
RDI reports metrics during the two main phases of the ingest pipeline, the *snapshot*
5555
phase and the *change data capture (CDC)* phase. (See the
56-
[pipeline lifecycle]({{< relref "/integrate/redis-data-integration/data-pipelines/data-pipelines" >}})
56+
[pipeline lifecycle]({{< relref "/integrate/redis-data-integration/data-pipelines" >}})
5757
docs for more information). The table below shows the full set of metrics that
5858
RDI reports.
5959

content/integrate/redis-data-integration/quick-start-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Use the Redis Enterprise Cluster Manager UI to create the RDI database with the
6262
During the installation, RDI placed the pipeline templates at `/opt/rdi/config`.
6363
If you go to that folder and run the `ll` command, you will see the pipeline
6464
configuration file, `config.yaml`, and the `jobs` folder (see the page about
65-
[Pipelines]({{< relref "/integrate/redis-data-integration/data-pipelines/data-pipelines" >}}) for more information). Use Redis Insight to open
65+
[Pipelines]({{< relref "/integrate/redis-data-integration/data-pipelines" >}}) for more information). Use Redis Insight to open
6666
the `config.yaml` file and then edit the following settings:
6767

6868
- Set the `host` to `localhost` and the `port` to 5432.
@@ -136,7 +136,7 @@ Once the pipeline has loaded a *snapshot* of all the existing data from the sour
136136
it enters *change data capture (CDC)* mode (see the
137137
[architecture overview]({{< relref "/integrate/redis-data-integration/architecture#overview" >}})
138138
and the
139-
[ingest pipeline lifecycle]({{< relref "/integrate/redis-data-integration/data-pipelines/data-pipelines#ingest-pipeline-lifecycle" >}})
139+
[ingest pipeline lifecycle]({{< relref "/integrate/redis-data-integration/data-pipelines#pipeline-lifecycle" >}})
140140
for more information
141141
).
142142

0 commit comments

Comments
 (0)