[dubbo] branch master updated: README: Fix typo in example code (#5136)

2019-10-04 Thread wangxin
This is an automated email from the ASF dual-hosted git repository.

wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/master by this push:
 new 041aa39  README: Fix typo in example code (#5136)
041aa39 is described below

commit 041aa39c825cc21bf16fd380890c4fea2e509caa
Author: Dinesh Bolkensteyn 
AuthorDate: Fri Oct 4 14:49:36 2019 +0200

README: Fix typo in example code (#5136)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8a855eb..e75a264 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ There's a 
[README](https://github.com/apache/dubbo-samples/tree/master/dubbo-sam
 package org.apache.dubbo.samples.api;
 
 public interface GreetingService {
-String sayHello(String name);
+String sayHi(String name);
 }
 ```
 



[dubbo-website] branch asf-site updated: Automated deployment: Fri Oct 4 11:39:51 UTC 2019 d45bb13da844cb31291a626eb251e34d31bf1382

2019-10-04 Thread
This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 429dee1  Automated deployment: Fri Oct  4 11:39:51 UTC 2019 
d45bb13da844cb31291a626eb251e34d31bf1382
429dee1 is described below

commit 429dee1da11360ba0830a8950fd763db3de48d40
Author: lovepoem 
AuthorDate: Fri Oct 4 11:39:51 2019 +

Automated deployment: Fri Oct  4 11:39:51 UTC 2019 
d45bb13da844cb31291a626eb251e34d31bf1382



[dubbo-website] branch master updated: Add badge.svg (#487)

2019-10-04 Thread wangxin
This is an automated email from the ASF dual-hosted git repository.

wangxin 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 d45bb13  Add badge.svg (#487)
d45bb13 is described below

commit d45bb13da844cb31291a626eb251e34d31bf1382
Author: Xin Wang 
AuthorDate: Fri Oct 4 19:37:15 2019 +0800

Add badge.svg (#487)
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index f76e032..572f772 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Dubbo Official Website
 
+[![CI 
Status](https://github.com/apache/dubbo-website/workflows/CI/badge.svg?branch=master)](https://github.com/apache/dubbo-website/actions)
+
 This project keeps all sources used for building up dubbo official website 
which's served at https://dubbo.apache.org.