From 88bca01b6f8d4e8f4dd857d47dda12bf528dedcc Mon Sep 17 00:00:00 2001 From: nach Date: Tue, 9 Mar 2021 12:58:51 +0700 Subject: [PATCH] Update link in docs to a newer version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 157aab2..5c48914 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@

-Getting Started +Getting Started | Documentation -| FAQ +| FAQ | Examples

@@ -24,7 +24,7 @@ Hyper is an experimental middleware architecture for HTTP servers written in Pur To learn more about Hyper, check out the [documentation](https://hyper.wickstrom.tech) and [the Getting Started -tutorial](https://hyper.wickstrom.tech/docs/v0.8.0/tutorials/getting-started-with-hyper.html). +tutorial](https://hyper.wickstrom.tech/docs/v0.10.0/tutorials/getting-started-with-hyper.html).

Build Status