Skip to content

Commit c928a0b

Browse files
Merge pull request #899 from redis/DOC-4578-rdi-fix-links
DOC-4578 fixed broken links
2 parents 6df3a07 + bb9d39f commit c928a0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-add-field-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ output:
6666
```
6767
6868
If you queried the generated target data from the default transformation
69-
using [`redis-cli`]({{< relref "/develop/connect/cli" >}}), you would
69+
using [`redis-cli`]({{< relref "/develop/tools/cli" >}}), you would
7070
see something like the following:
7171

7272
```

content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-remove-field-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ output:
6161
```
6262
6363
If you queried the generated target data from the default transformation
64-
using [`redis-cli`]({{< relref "/develop/connect/cli" >}}), you would
64+
using [`redis-cli`]({{< relref "/develop/tools/cli" >}}), you would
6565
see something like the following:
6666

6767
```bash

0 commit comments

Comments
 (0)