docs(README): update links to documentation for stable and master

This commit is contained in:
Sean McArthur
2016-04-21 16:15:47 -07:00
parent 8fa7a98968
commit 9955f2e75c

View File

@@ -8,7 +8,10 @@
A Modern HTTP library for Rust. A Modern HTTP library for Rust.
[Documentation](http://hyperium.github.io/hyper) ### Documentation
- [Stable](http://hyperium.github.io/hyper)
- [Master](http://hyperium.github.io/hyper/master)
## Overview ## Overview
@@ -16,7 +19,7 @@ Hyper is a fast, modern HTTP implementation written in and for Rust. It
is a low-level typesafe abstraction over raw HTTP, providing an elegant is a low-level typesafe abstraction over raw HTTP, providing an elegant
layer over "stringly-typed" HTTP. layer over "stringly-typed" HTTP.
Hyper offers both an HTTP/S client and HTTP server which can be used to drive Hyper offers both an HTTP client and server which can be used to drive
complex web applications written entirely in Rust. complex web applications written entirely in Rust.
The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper). The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper).