From 9955f2e75c90ca4e0309e09d4370ca8d58ade0e1 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 21 Apr 2016 16:15:47 -0700 Subject: [PATCH] docs(README): update links to documentation for stable and master --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c9e977b..eb161341 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ 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 @@ -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 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. The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper).