From ba4c49c1d27da37317b54bb997ea8feebee93ec4 Mon Sep 17 00:00:00 2001 From: yangyang zhong <35210666+hdygxsj@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:43:18 +0800 Subject: [PATCH] [Bugfix] Change the incorrect login address in the quick start documentation(#537) --- docs/src/guide/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/quick-start.md b/docs/src/guide/quick-start.md index e037ce7bd..6b74683b0 100644 --- a/docs/src/guide/quick-start.md +++ b/docs/src/guide/quick-start.md @@ -84,7 +84,7 @@ To launch the service, follow these steps: ```shell [root@paimon ~]# bin/start.sh ``` -2. **Access the Web Interface**: Open a web browser and enter the URL `http://{ip}:{port}/ui/login` to navigate to the Paimon web page. +2. **Access the Web Interface**: Open a web browser and enter the URL `http://{ip}:{port}/ui/#/login` to navigate to the Paimon web page. Ensure you replace `{ip}` and `{port}` with the actual ip address and port number where the service is running.