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

commit 746cd4158d536f53e787e4d18d2dc567e4f663d7
Author: chickenlj <[email protected]>
AuthorDate: Mon Feb 27 19:18:24 2023 +0800

    update README.md
---
 dubbo-admin-server/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-server/README.md b/dubbo-admin-server/README.md
index 1a3dc1b..6fac3ae 100644
--- a/dubbo-admin-server/README.md
+++ b/dubbo-admin-server/README.md
@@ -30,7 +30,7 @@ git clone -b develop https://github.com/apache/dubbo-admin.git
 ### Go
 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](https://intranetproxy.alipay.com/skylark/lark/0/2023/png/54037/1677484872987-5a568293-74f9-4612-86c9-5c7112f3ac70.png#clientId=u4a56b9a9-a507-4&from=paste&height=165&id=ucdc7d17b&name=image.png&originHeight=330&originWidth=672&originalType=binary&ratio=2&rotation=0&showTitle=false&size=115664&status=done&style=none&taskId=u8b7fff84-e1b5-443a-9068-f67902132e5&title=&width=336)
+![image.png](../doc/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.
 

Reply via email to