This is an automated email from the ASF dual-hosted git repository.
xiaoliu pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
The following commit(s) were added to refs/heads/develop by this push:
new c016f9e Rename the image of mascot (#178)
c016f9e is described below
commit c016f9eb1302b8e76bd74f5495fdcbb64ce88c23
Author: alchemy-lee <[email protected]>
AuthorDate: Fri May 28 22:58:50 2021 +0800
Rename the image of mascot (#178)
Co-authored-by: zhangxun <[email protected]>
---
README.md | 2 +-
README_CN.md | 2 +-
docs/images/{pixiu-log.png => pixiu-logo.png} | Bin
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 01f95d3..62d35f0 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
<tr>
<td align="center" valign="middle">
<a href="http://alexstocks.github.io/html/dubbogo.html"
target="_blank">
- <img width="513px" height="513px" src="./docs/images/pixiu-log.png">
+ <img width="513px" height="513px" src="docs/images/pixiu-logo.png">
</a>
</td>
</tr>
diff --git a/README_CN.md b/README_CN.md
index 51531ff..a535bae 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -9,7 +9,7 @@
<tr>
<td align="center" valign="middle">
<a href="http://alexstocks.github.io/html/dubbogo.html"
target="_blank">
- <img width="513px" height="513px" src="./docs/images/pixiu-log.png">
+ <img width="513px" height="513px" src="docs/images/pixiu-logo.png">
</a>
</td>
</tr>
diff --git a/docs/images/pixiu-log.png b/docs/images/pixiu-logo.png
similarity index 100%
rename from docs/images/pixiu-log.png
rename to docs/images/pixiu-logo.png