This is an automated email from the ASF dual-hosted git repository.
xuetaoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new a85c3ec3f15 Fix nacos console url (#3142)
a85c3ec3f15 is described below
commit a85c3ec3f152e3497f76df250fb0c569ed820e1c
Author: Alioth Null <[email protected]>
AuthorDate: Sat Nov 8 05:46:25 2025 +0000
Fix nacos console url (#3142)
---
content/en/overview/reference/integrations/nacos.md | 2 +-
content/zh-cn/overview/reference/integrations/nacos.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/en/overview/reference/integrations/nacos.md
b/content/en/overview/reference/integrations/nacos.md
index 9b3b034cc2c..872250302e3 100644
--- a/content/en/overview/reference/integrations/nacos.md
+++ b/content/en/overview/reference/integrations/nacos.md
@@ -36,7 +36,7 @@ startup.cmd -m standalone
#### Verify Nacos Started Normally
-Access the console via the browser at the following link:
http://127.0.0.1:8848/nacos/
+Access the console via the browser at the following link:
http://127.0.0.1:8080/index.html
## Docker
To start Nacos using Docker, please ensure you have properly <a
href="https://docs.docker.com/engine/install/" target="_blank">installed
Docker</a> on your local machine.
diff --git a/content/zh-cn/overview/reference/integrations/nacos.md
b/content/zh-cn/overview/reference/integrations/nacos.md
index 354449fea93..60f765e38fd 100644
--- a/content/zh-cn/overview/reference/integrations/nacos.md
+++ b/content/zh-cn/overview/reference/integrations/nacos.md
@@ -36,7 +36,7 @@ startup.cmd -m standalone
#### 验证 nacos 正常启动
-通过浏览器访问以下链接打开控制台:http://127.0.0.1:8848/nacos/
+通过浏览器访问以下链接打开控制台:http://127.0.0.1:8080/index.html
## docker
下载 nacos-docker 项目。