Skip to content

Commit e55405d

Browse files
committed
Update readme
1 parent 6e4ad75 commit e55405d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# futures-async-combinators
22

3-
[![Build Status][travis-badge]][travis-url]
3+
[![Build Status][ci-badge]][ci-url]
44
[![Coverage Status][cov-badge]][cov-url]
55
[![Docs][doc-badge]][doc-url]
66

7-
[travis-badge]: https://travis-ci.com/kpp/futures-async-combinators.svg?branch=master
8-
[travis-url]: https://travis-ci.com/kpp/futures-async-combinators
9-
[cov-badge]: https://coveralls.io/repos/github/kpp/futures-async-combinators/badge.svg?branch=master
10-
[cov-url]: https://coveralls.io/github/kpp/futures-async-combinators?branch=master
7+
[ci-badge]: https://github.com/kpp/futures-async-combinators/workflows/CI/badge.svg?branch=master
8+
[ci-url]: https://github.com/kpp/futures-async-combinators/actions
9+
[cov-badge]: https://codecov.io/gh/kpp/futures-async-combinators/branch/master/graph/badge.svg?token=X29P76ICLS
10+
[cov-url]: https://codecov.io/gh/kpp/futures-async-combinators
1111
[doc-badge]: https://docs.rs/futures-async-combinators/badge.svg
1212
[doc-url]: https://docs.rs/futures-async-combinators
1313

1414
FOR LEARNING PURPOSES ONLY
1515

16-
This is a greatly simplified implementation of [Future combinators](https://docs.rs/futures-preview/0.3.0-alpha.18/futures/)
16+
This is a greatly simplified implementation of [Future combinators](https://docs.rs/futures/0.3.8/futures/)
1717
like `FutureExt::map`, `TryFutureExt::and_then`...
1818

1919
# Requirements

0 commit comments

Comments
 (0)