Skip to content

Commit 9955f2e

Browse files
committed
docs(README): update links to documentation for stable and master
1 parent 8fa7a98 commit 9955f2e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@
88

99
A Modern HTTP library for Rust.
1010

11-
[Documentation](http://hyperium.github.io/hyper)
11+
### Documentation
12+
13+
- [Stable](http://hyperium.github.io/hyper)
14+
- [Master](http://hyperium.github.io/hyper/master)
1215

1316
## Overview
1417

1518
Hyper is a fast, modern HTTP implementation written in and for Rust. It
1619
is a low-level typesafe abstraction over raw HTTP, providing an elegant
1720
layer over "stringly-typed" HTTP.
1821

19-
Hyper offers both an HTTP/S client and HTTP server which can be used to drive
22+
Hyper offers both an HTTP client and server which can be used to drive
2023
complex web applications written entirely in Rust.
2124

2225
The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper).

0 commit comments

Comments
 (0)