Skip to content

Commit d3b1911

Browse files
sanmai-NLseanmonstar
authored andcommitted
docs(readme): a bit more intuitive docs links
Use a docs.rs badge where appropriate.
1 parent b1765dd commit d3b1911

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
[![Coverage Status](https://coveralls.io/repos/hyperium/hyper/badge.svg?branch=master)](https://coveralls.io/r/hyperium/hyper?branch=master)
66
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
77
[![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)
8+
[![Released API docs](https://docs.rs/hyper/badge.svg)](http://docs.rs/hyper)
89

9-
A low-level HTTP implementation for Rust.
10-
11-
### Documentation
10+
([Master API docs](http://hyperium.github.io/hyper/master))
1211

13-
- [Released](http://docs.rs/hyper)
14-
- [Master](http://hyperium.github.io/hyper/master)
12+
A low-level HTTP implementation for Rust.
1513

1614
**Get started** by looking over the [guides](https://hyper.rs/guides).
1715

0 commit comments

Comments
 (0)