From 1f8b3541e2df2f56ae83bd73971ee70b9e8228bd Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 26 Jan 2018 21:34:05 +0100 Subject: [PATCH] docs(README): "1.0 milestone" => "milestones" The 1.0 milestone has currently no issues but the 0.12 milestone has. So instead of adjusting the README.md for each next mileston, just link to all milestones --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 656427ec..61427127 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ hyper makes use of "async IO" (non-blocking sockets) via the Be aware that hyper is still actively evolving towards 1.0, and is likely to experience breaking changes before stabilising. You can also see the -[1.0 issue milestone](https://github.com/hyperium/hyper/milestone/1). +[issues in the upcoming milestones](https://github.com/hyperium/hyper/milestones).