This is an automated email from the ASF dual-hosted git repository.
huxing 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 31424f6 fixed broken links in <README.md> (#7072)
31424f6 is described below
commit 31424f62aed864d70b739b2bed4582f0de694cd9
Author: changfu <[email protected]>
AuthorDate: Mon Jan 4 14:37:54 2021 +0800
fixed broken links in <README.md> (#7072)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 4e3f0bd..2948071 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Apache Dubbo Project
-[](https://travis-ci.org/apache/dubbo)
+[](https://travis-ci.com/apache/dubbo)
[](https://codecov.io/gh/apache/dubbo)


@@ -16,7 +16,7 @@ We are now collecting Dubbo user info to help us to improve
Dubbo further. Kindl
## Architecture
-
+
## Features
@@ -167,7 +167,7 @@ The consumer will print out `hi, dubbo` on the screen.
### Next steps
-* [Your first Dubbo
application](http://dubbo.apache.org/en-us/blog/dubbo-101.html) - A 101
tutorial to reveal more details, with the same code above.
+* [Your first Dubbo
application](http://dubbo.apache.org/blog/2018/08/07/dubbo-101/) - A 101
tutorial to reveal more details, with the same code above.
* [Dubbo user
manual](http://dubbo.apache.org/docs/v2.7/user/preface/background/) - How to
use Dubbo and all its features.
* [Dubbo developer guide](http://dubbo.apache.org/docs/v2.7/dev/build/) - How
to involve in Dubbo development.
* [Dubbo admin
manual](http://dubbo.apache.org/docs/v2.7/admin/install/provider-demo/) - How
to admin and manage Dubbo services.