Skip to content

Commit f3c881c

Browse files
Apply suggestions from code review
Co-authored-by: andy-stark-redis <[email protected]>
1 parent c6589ef commit f3c881c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/operate/rc/databases/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A Redis client is a software library or tool that enables applications to intera
5555

5656
The connection wizard provides code snippets to connect to your database with the following programming languages:
5757

58-
- .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
58+
- .NET using [NRedisStack]({{< relref "/develop/clients/dotnet" >}})
5959
- node.js using [node-redis]({{< relref "/develop/clients/nodejs" >}})
6060
- Python using [redis-py]({{< relref "/develop/clients/redis-py" >}})
6161
- Java using [Jedis]({{< relref "/develop/clients/jedis" >}}) and [Lettuce]({{< relref "/develop/clients/lettuce" >}})

content/operate/rc/rc-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ A Redis client is a software library or tool that enables applications to intera
115115

116116
The connection wizard provides code snippets to connect to your database with the following programming languages:
117117

118-
- .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
118+
- .NET using [NRedisStack]({{< relref "/develop/clients/dotnet" >}})
119119
- node.js using [node-redis]({{< relref "/develop/clients/nodejs" >}})
120120
- Python using [redis-py]({{< relref "/develop/clients/redis-py" >}})
121121
- Java using [Jedis]({{< relref "/develop/clients/jedis" >}}) and [Lettuce]({{< relref "/develop/clients/lettuce" >}})

0 commit comments

Comments
 (0)