This is an automated email from the ASF dual-hosted git repository.
wangxin pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0506160 generate htmls
0506160 is described below
commit 0506160a6864059609af359d04b6161a702ce8b8
Author: Xin Wang <[email protected]>
AuthorDate: Tue Mar 5 00:07:58 2019 +0800
generate htmls
---
src/pages/home/index.jsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index 16cf50c..1626c4b 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -76,7 +76,7 @@ class Home extends Language {
<div className="github-buttons">
<a href="https://github.com/apache/incubator-dubbo">
<div className="star">
- <img src="img/star.png" />
+ <img src="/img/star.png" />
<span className="type">Star</span>
<span className="line" />
<span className="count">{starCount}</span>
@@ -84,7 +84,7 @@ class Home extends Language {
</a>
<a href="https://github.com/apache/incubator-dubbo/fork">
<div className="fork">
- <img src="img/fork.png" />
+ <img src="/img/fork.png" />
<span className="type">Fork</span>
<span className="line" />
<span className="count">{forkCount}</span>