From baa933bdd3f991dc125a9f05c81e901815ade5bb Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Fri, 6 Sep 2024 16:23:01 -0500 Subject: [PATCH] DOC-4139 RS: Remove /new from CM UI URL in embeds --- content/embeds/cluster-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/embeds/cluster-setup.md b/content/embeds/cluster-setup.md index 17d33eec0a..e2ad710b46 100644 --- a/content/embeds/cluster-setup.md +++ b/content/embeds/cluster-setup.md @@ -1,4 +1,4 @@ -1. In the web browser on the host machine, go to [https://localhost:8443/new](https://localhost:8443/new) to see +1. In the web browser on the host machine, go to [https://localhost:8443](https://localhost:8443) to see the new Redis Enterprise Software Cluster Manager UI. The cluster generates self-signed TLS certificates to secure the connection. These self-signed certificates are unknown to the browser and must be accepted before you proceed. To use the legacy UI for this quickstart instead, see the [6.4 version of the quickstarts](https://docs.redis.com/6.4/rs/installing-upgrading/quickstarts/).