Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme to add some details #1403

Merged
merged 2 commits into from
Feb 27, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ We are now collecting dubbo user info in order to help us to improve dubbo bette

* [Side projects](http://github.com/dubbo)
* [Dubbo Spring Boot](https://github.com/dubbo/dubbo-spring-boot-project) - Spring Boot Project for Dubbo.
* [Dubbo ops](https://github.com/dubbo/dubbo-ops) - The reference implementation for dubbo ops.
   * [Dubbo ops](https://github.com/dubbo/dubbo-ops) - The reference implementation for dubbo ops(dubbo-admin,dubbo-monitor-simple,dubbo-registry-simple,etc.).
* [Developer Mailing list](https://github.com/alibaba/dubbo/issues/1393) - Any questions or suggestions? Subscribe to (dev@dubbo.incubator.apache.org) to discuss with us.
* [Gitter channel](https://gitter.im/alibaba/dubbo)
* [Dubbo user manual](http://dubbo.io/books/dubbo-user-book/)
* [Dubbo developer guide](http://dubbo.io/books/dubbo-dev-book/)
* [Dubbo admin manual](http://dubbo.io/books/dubbo-admin-book/)
* [Gitter channel](https://gitter.im/alibaba/dubbo) - Online chat room with Dubbo developers.
* [Dubbo user manual](http://dubbo.io/books/dubbo-user-book/) - Dubbo User Manual: Describe how to use Dubbo and all features of Dubbo concretely.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last three lines may have double words
Dubbo User Manual:
Dubbo Developer Guide:
Dubbo Admin Manual:
Is it better to delete them? @kimmking

* [Dubbo developer guide](http://dubbo.io/books/dubbo-dev-book/) - Dubbo Developer Guide: Detailly introduce the design principal, extension mechanisms, code conventions, version control and building project, etc.
* [Dubbo admin manual](http://dubbo.io/books/dubbo-admin-book/) - Dubbo Admin Manual: Describe how to use Dubbo registry and admin-console.