Skip to content

Commit

Permalink
Update doc links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Jul 24, 2015
1 parent 478cef3 commit a1d2e2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ deploy:
repo: carllerche/mio
branch:
- master
- v0.4.x
- v0.3.x
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ little overhead as possible over the OS abstractions.
[![Build Status](https://travis-ci.org/carllerche/mio.svg?branch=master)](https://travis-ci.org/carllerche/mio)
[![crates.io](http://meritbadge.herokuapp.com/mio)](https://crates.io/crates/mio)

- API documentation: [master](http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/master/mio/), [v0.3](http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/v0.3.x/mio/)
**API documentation**

* [master](http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/master/mio/)
* [v0.4](http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/v0.4.x/mio/)
* [v0.3](http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/v0.3.x/mio/)

## Usage

Expand Down

0 comments on commit a1d2e2e

Please sign in to comment.