docs(readme): a bit more intuitive docs links

Use a docs.rs badge where appropriate.
This commit is contained in:
Sander Maijers
2017-11-02 01:25:13 +01:00
committed by Sean McArthur
parent b1765dd168
commit d3b19112d8

View File

@@ -5,14 +5,12 @@
[![Coverage Status](https://coveralls.io/repos/hyperium/hyper/badge.svg?branch=master)](https://coveralls.io/r/hyperium/hyper?branch=master) [![Coverage Status](https://coveralls.io/repos/hyperium/hyper/badge.svg?branch=master)](https://coveralls.io/r/hyperium/hyper?branch=master)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper) [![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)
[![Released API docs](https://docs.rs/hyper/badge.svg)](http://docs.rs/hyper)
([Master API docs](http://hyperium.github.io/hyper/master))
A low-level HTTP implementation for Rust. A low-level HTTP implementation for Rust.
### Documentation
- [Released](http://docs.rs/hyper)
- [Master](http://hyperium.github.io/hyper/master)
**Get started** by looking over the [guides](https://hyper.rs/guides). **Get started** by looking over the [guides](https://hyper.rs/guides).
## Overview ## Overview