diff --git a/content/operate/rc/databases/connect.md b/content/operate/rc/databases/connect.md index 5a6c96f0bf..598c863d3e 100644 --- a/content/operate/rc/databases/connect.md +++ b/content/operate/rc/databases/connect.md @@ -55,10 +55,10 @@ A Redis client is a software library or tool that enables applications to intera The connection wizard provides code snippets to connect to your database with the following programming languages: -- node.js using [node-redis](https://github.com/redis/node-redis/blob/master/README.md) +- node.js using [node-redis]({{< relref "/develop/connect/clients/nodejs" >}}) - .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/) -- Python using [redis-py](https://github.com/redis/redis-py#redis-py) -- Java using [Jedis](https://github.com/redis/jedis#jedis) +- Python using [redis-py]({{< relref "/develop/connect/clients/python/redis-py" >}}) +- Java using [Jedis]({{< relref "/develop/connect/clients/java/jedis" >}}) {{The connection wizard clients.}} diff --git a/content/operate/rc/rc-quickstart.md b/content/operate/rc/rc-quickstart.md index 5a88764406..0d19e680b0 100644 --- a/content/operate/rc/rc-quickstart.md +++ b/content/operate/rc/rc-quickstart.md @@ -115,10 +115,10 @@ A Redis client is a software library or tool that enables applications to intera The connection wizard provides code snippets to connect to your database with the following programming languages: -- node.js using [node-redis](https://github.com/redis/node-redis/blob/master/README.md) +- node.js using [node-redis]({{< relref "/develop/connect/clients/nodejs" >}}) - .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/) -- Python using [redis-py](https://github.com/redis/redis-py#redis-py) -- Java using [Jedis](https://github.com/redis/jedis#jedis) +- Python using [redis-py]({{< relref "/develop/connect/clients/python/redis-py" >}}) +- Java using [Jedis]({{< relref "/develop/connect/clients/java/jedis" >}}) {{The connection wizard clients.}} diff --git a/content/operate/rc/security/access-control/data-access-control/default-user.md b/content/operate/rc/security/access-control/data-access-control/default-user.md index cf71adfbe9..f268077ef4 100644 --- a/content/operate/rc/security/access-control/data-access-control/default-user.md +++ b/content/operate/rc/security/access-control/data-access-control/default-user.md @@ -21,14 +21,9 @@ Use the copy button to copy the password to the clipboard: {{Use the Copy button to copy the default user password.}} -You'll need to use this password whenever you connect to your database using a Redis client. For example, -in the Redis CLI, you use the AUTH command to provide this password: +You'll need to use this password whenever you connect to your database using a Redis client. See [Connect to a database]({{< relref "/operate/rc/databases/connect" >}}) for more info. -```sh -AUTH 4kTtH2ddXfN2sFmXE6sowOLukxiaJhN8n -``` - -See your Redis client's documentation to learn how to provide your password when connecting. +See your [Redis client's documentation]({{< relref "/develop/connect/clients/" >}}) to learn how to provide your password when connecting. ## Change password diff --git a/static/images/rc/connection-wizard-clients.png b/static/images/rc/connection-wizard-clients.png index 56048460f0..8fbabf4ad5 100644 Binary files a/static/images/rc/connection-wizard-clients.png and b/static/images/rc/connection-wizard-clients.png differ diff --git a/static/images/rc/connection-wizard.png b/static/images/rc/connection-wizard.png index 1e8e2440f3..d91166a1b1 100644 Binary files a/static/images/rc/connection-wizard.png and b/static/images/rc/connection-wizard.png differ