Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading