From 21c3ddf0356027c92cf92d4dad5af4c7a6ed10dd Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Fri, 25 Jan 2019 21:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20Correct=20the=20links=20mistake?= =?UTF-8?q?=20in=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1425bfb..59aa035 100644 --- a/README.md +++ b/README.md @@ -232,9 +232,9 @@ There was only the test of `ants` Pool because my computer was crash when it rea **In conclusion, `ants` can up to 2x~6x faster than goroutines without pool and the memory consumption is reduced by 10 to 20 times.** -[1]: https://travis-ci.com/panjf2000/ants.svg?branch=develop +[1]: https://travis-ci.com/panjf2000/ants.svg?branch=master [2]: https://travis-ci.com/panjf2000/ants -[3]: https://codecov.io/gh/panjf2000/ants/branch/develop/graph/badge.svg +[3]: https://codecov.io/gh/panjf2000/ants/branch/master/graph/badge.svg [4]: https://codecov.io/gh/panjf2000/ants [5]: https://goreportcard.com/badge/github.com/panjf2000/ants [6]: https://goreportcard.com/report/github.com/panjf2000/ants