Skip to content

Commit

Permalink
updagte build logo
Browse files Browse the repository at this point in the history
  • Loading branch information
yedf2 committed Apr 13, 2022
1 parent 745b5ff commit bb1b9b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
handy[![Build Status](https://travis-ci.org/yedf/handy.png)](https://travis-ci.org/yedf/handy)
handy[![Build Status](https://travis-ci.org/yedf2/handy.png)](https://travis-ci.org/yedf/handy)
====
[中文版](https://github.com/yedf/handy/blob/master/README.md)
## A C++11 non-blocking network library
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
handy[![Build Status](https://travis-ci.org/yedf/handy.png)](https://travis-ci.org/yedf/handy)
handy[![Build Status](https://travis-ci.org/yedf2/handy.png)](https://travis-ci.org/yedf/handy)
====
[English](https://github.com/yedf/handy/blob/master/README-en.md)

Expand Down Expand Up @@ -74,9 +74,9 @@ int main(int argc, const char* argv[]) {
* 10m----------进行千万并发连接测试所使用的程序
* examples----示例
* raw-examples--原生api使用示例,包括了epoll,epoll ET模式,kqueue示例
* ssl------------openssl相关的代码与示例
* protobuf-----handy使用protobuf的示例
* test-----------handy相关的测试
* ssl------------openssl相关的代码与示例
* protobuf-----handy使用protobuf的示例
* test-----------handy相关的测试
### [使用文档](https://github.com/yedf/handy/blob/master/doc.md)
Expand Down

0 comments on commit bb1b9b0

Please sign in to comment.