Skip to content

Commit 96063b6

Browse files
DOC-4543 fixed more broken links
1 parent 979a003 commit 96063b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/develop/clients/dotnet/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ connections efficiently. NRedisStack uses a different approach called
144144
single connection. NRedisStack manages multiplexing for you automatically.
145145
This gives high performance without requiring any extra coding.
146146
See
147-
[Connection pools and multiplexing]({{< relref "/develop/connect/clients/pools-and-muxing" >}})
147+
[Connection pools and multiplexing]({{< relref "/develop/clients/pools-and-muxing" >}})
148148
for more information.

content/develop/clients/jedis/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ client.get("city"); // Retrieved from cache
192192
```
193193

194194
You can see the cache working if you connect to the same Redis database
195-
with [`redis-cli`]({{< relref "/develop/connect/cli" >}}) and run the
195+
with [`redis-cli`]({{< relref "/develop/tools/cli" >}}) and run the
196196
[`MONITOR`]({{< relref "/commands/monitor" >}}) command. If you run the
197197
code above but without passing `cacheConfig` during the connection,
198198
you should see the following in the CLI among the output from `MONITOR`:

0 commit comments

Comments
 (0)