Skip to content

Commit 43f070a

Browse files
authored
DOC-4139 RS: Remove /new from CM UI URLs (#625)
1 parent 8258366 commit 43f070a

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

content/operate/rs/clusters/add-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To add a node to an existing cluster:
3232
1. [Install the Redis Enterprise Software installation package]({{< relref "/operate/rs/installing-upgrading" >}}) on a clean installation
3333
of a [supported operating system]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms.md" >}}).
3434

35-
1. To connect to the management UI of the new Redis Enterprise Software installation, go to: <https://URL or IP address:8443/new>
35+
1. To connect to the Cluster Manager UI of the new Redis Enterprise Software installation, go to: <https://URL or IP address:8443>
3636

37-
For example, if you installed Redis Enterprise Software on a machine with IP address 10.0.1.34, go to `https://10.0.1.34:8443/new`.
37+
For example, if you installed Redis Enterprise Software on a machine with IP address 10.0.1.34, go to `https://10.0.1.34:8443`.
3838

3939
{{< tip >}}
4040
The management UI uses TLS encryption with a default certificate.

content/operate/rs/clusters/new-cluster-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ After the cluster is created you can [add multiple nodes to the cluster]({{< rel
2323

2424
To create a cluster:
2525

26-
1. In a browser, navigate to `https://<name or IP address of the machine with Redis Enterprise Software installed>:8443/new`.
27-
For example, if you installed Redis Enterprise Software on a machine with IP address 10.0.1.34, then navigate to <https://10.0.1.34:8443/new>.
26+
1. In a browser, go to `https://<name or IP address of the machine with Redis Enterprise Software installed>:8443`.
27+
For example, if you installed Redis Enterprise Software on a machine with IP address 10.0.1.34, go to <https://10.0.1.34:8443>.
2828

2929
{{< note >}}
3030
- The management UI uses a [self-signed certificate for TLS encryption]({{< relref "/operate/rs/security/certificates/updating-certificates" >}}).

content/operate/rs/databases/auto-tiering/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sudo lsblk
7272

7373
## Set up a cluster and enable Auto Tiering
7474

75-
1. Direct your browser to `https://localhost:8443/new` on the host machine to
75+
1. Direct your browser to `https://localhost:8443` on the host machine to
7676
see the Redis Enterprise Software Cluster Manager UI.
7777

7878
{{<note>}}

content/operate/rs/databases/create.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ Redis Enterprise Software lets you create databases and distribute them across a
1515

1616
To create a new database:
1717

18-
1. In your web browser, open the Cluster Manager UI of the cluster that you want to connect to in order to create the database.
19-
20-
- For the new Cluster Manager UI, go to `https://<hostname>:8443/new`
21-
22-
- For the legacy UI, go to `https://<hostname>:8443`
18+
1. Sign in to the Cluster Manager UI at `https://<hostname>:8443`
2319

2420
1. Use one of the following methods to create a new database:
2521

0 commit comments

Comments
 (0)