This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch refactor-with-go
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/refactor-with-go by this push:
     new 2988e687 Update readme (#1109)
2988e687 is described below

commit 2988e6878e30644bf530addcc36452de386b4fc6
Author: Ken Liu <[email protected]>
AuthorDate: Fri May 12 15:49:56 2023 +0800

    Update readme (#1109)
---
 README.md           | 9 ++++++---
 README_ZH.md        | 7 ++++---
 cmd/admin/README.md | 4 +++-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 22086867..1fcb5b8a 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,11 @@
 ### Run with IDE
 Once open this project in GoLand, a pre-configured Admin runnable task can be 
found from "Run Configuration" pop up menu as shown below.
 
-![image.png](../../docs/images/ide_configuration.png)
+![image.png](docs/images/ide_configuration.png)
 
-Click the `Run`button and you can get the Admin process started locally. But 
before doing that, you might need to change the configuration file located at 
`dubbo-admin/dubbo-admin-server/pkg/conf/dubboadmin.yml`to make sure 
`registry.address` is pointed to the zookeeper server you started before.
+Click the `Run` button and you can get the Admin process started locally.
+
+> But before doing that, you might need to change the configuration file 
located at `/conf/dubboadmin.yml` to make sure `registry.address` is pointed to 
the zookeeper server you started before.
 
 ```yaml
 admin:
@@ -25,6 +27,7 @@ admin:
 ```
 
 ### Run with command line
+
 ```shell
 $ export ADMIN_CONFIG_PATH=/path/to/your/admin/project/conf/dubboadmin.yml
 $ cd cmd/admin
@@ -41,7 +44,7 @@ Open the browser and visit http://localhost:38080/admin/ to 
open the console.
 1. 
https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-spring-boot
 2. https://dubbo.apache.org/zh-cn/overview/quickstart/java/brief/
 
-## 前端开发
+## 前端开发步骤
 
 前端开发步骤...
 
diff --git a/README_ZH.md b/README_ZH.md
index 22086867..617ea956 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -11,10 +11,11 @@
 ### Run with IDE
 Once open this project in GoLand, a pre-configured Admin runnable task can be 
found from "Run Configuration" pop up menu as shown below.
 
-![image.png](../../docs/images/ide_configuration.png)
+![image.png](docs/images/ide_configuration.png)
 
-Click the `Run`button and you can get the Admin process started locally. But 
before doing that, you might need to change the configuration file located at 
`dubbo-admin/dubbo-admin-server/pkg/conf/dubboadmin.yml`to make sure 
`registry.address` is pointed to the zookeeper server you started before.
+Click the `Run` button and you can get the Admin process started locally.
 
+> But before doing that, you might need to change the configuration file 
located at `/conf/dubboadmin.yml` to make sure `registry.address` is pointed to 
the zookeeper server you started before.
 ```yaml
 admin:
   registry:
@@ -41,7 +42,7 @@ Open the browser and visit http://localhost:38080/admin/ to 
open the console.
 1. 
https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-spring-boot
 2. https://dubbo.apache.org/zh-cn/overview/quickstart/java/brief/
 
-## 前端开发
+## 前端开发步骤
 
 前端开发步骤...
 
diff --git a/cmd/admin/README.md b/cmd/admin/README.md
index 37e810b6..851fb655 100644
--- a/cmd/admin/README.md
+++ b/cmd/admin/README.md
@@ -9,7 +9,9 @@ Once open this project in GoLand, a pre-configured Admin 
runnable task can be fo
 
 ![image.png](../../docs/images/ide_configuration.png)
 
-Click the `Run`button and you can get the Admin process started locally. But 
before doing that, you might need to change the configuration file located at 
`dubbo-admin/dubbo-admin-server/pkg/conf/dubboadmin.yml`to make sure 
`registry.address` is pointed to the zookeeper server you started before.
+Click the `Run` button and you can get the Admin process started locally. 
+
+> But before doing that, you might need to change the configuration file 
located at `/conf/dubboadmin.yml` to make sure `registry.address` is pointed to 
the zookeeper server you started before.
 
 ```yaml
 admin:

Reply via email to