Skip to content

Commit 009d893

Browse files
DOC-5712 fixed links
1 parent 1b3360f commit 009d893

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

content/develop/clients/go/produsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ lets a client take action to avoid disruptions in service.
133133

134134
See [Smart client handoffs]({{< relref "/develop/clients/sch" >}})
135135
for more information about SCH and
136-
[Connect using Smart client handoffs]({{< relref "/develop/clients/go/connect#connect-using-seamless-client-experience-sce" >}})
136+
[Connect using Smart client handoffs]({{< relref "/develop/clients/go/connect#connect-using-smart-client-handoffs-sch" >}})
137137
for example code.

content/develop/clients/lettuce/produsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,5 @@ lets a client take action to avoid disruptions in service.
249249

250250
See [Smart client handoffs]({{< relref "/develop/clients/sch" >}})
251251
for more information about SCH and
252-
[Connect using Smart client handoffs]({{< relref "/develop/clients/lettuce/connect#connect-using-seamless-client-experience-sce" >}})
252+
[Connect using Smart client handoffs]({{< relref "/develop/clients/lettuce/connect#connect-using-smart-client-handoffs-sch" >}})
253253
for example code.

content/develop/clients/nodejs/produsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ lets a client take action to avoid disruptions in service.
116116

117117
See [Smart client handoffs]({{< relref "/develop/clients/sch" >}})
118118
for more information about SCH and
119-
[Connect using Smart client handoffs]({{< relref "/develop/clients/nodejs/connect#connect-using-seamless-client-experience-sce" >}})
119+
[Connect using Smart client handoffs]({{< relref "/develop/clients/nodejs/connect#connect-using-smart-client-handoffs-sch" >}})
120120
for example code.

content/develop/clients/redis-py/produsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,5 @@ lets a client take action to avoid disruptions in service.
208208

209209
See [Smart client handoffs]({{< relref "/develop/clients/sch" >}})
210210
for more information about SCH and
211-
[Connect using Smart client handoffs]({{< relref "/develop/clients/redis-py/connect#connect-using-seamless-client-experience-sce" >}})
211+
[Connect using Smart client handoffs]({{< relref "/develop/clients/redis-py/connect#connect-using-smart-client-handoffs-sch" >}})
212212
for example code.

content/develop/clients/sch.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ configure some parameters, such as the timeouts to use
5959
during maintenance.
6060
See the pages linked below to learn how to configure SCH for:
6161

62-
- [redis-py]({{< relref "/develop/clients/redis-py/connect#connect-using-seamless-client-experience-sce" >}})
63-
- [node-redis]({{< relref "/develop/clients/nodejs/connect#connect-using-seamless-client-experience-sce" >}})
64-
- [Lettuce]({{< relref "/develop/clients/lettuce/connect#connect-using-seamless-client-experience-sce" >}})
65-
- [go-redis]({{< relref "/develop/clients/go/connect#connect-using-seamless-client-experience-sce" >}})
62+
- [redis-py]({{< relref "/develop/clients/redis-py/connect#connect-using-smart-client-handoffs-sch" >}})
63+
- [node-redis]({{< relref "/develop/clients/nodejs/connect#connect-using-smart-client-handoffs-sch" >}})
64+
- [Lettuce]({{< relref "/develop/clients/lettuce/connect#connect-using-smart-client-handoffs-sch" >}})
65+
- [go-redis]({{< relref "/develop/clients/go/connect#connect-using-smart-client-handoffs-sch" >}})

0 commit comments

Comments
 (0)