From ac58a95d2dfaf7874dcbda2e6f9e0f46836a26a9 Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Tue, 1 Nov 2016 13:22:15 +0200 Subject: [PATCH] Update the book link for the stable version https://docs-v4.iris-go.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22cbdc0a..1c177311 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $ go get -u github.com/kataras/iris/iris ``` -> NOTE: **If you want a stable version for production**, then install [v4](https://github.com/kataras/iris/tree/4.0.0#versioning) instead, its [examples](https://github.com/iris-contrib/examples/tree/4.0.0), [book](https://github.com/iris-contrib/gitbook), [middleware](https://github.com/iris-contrib/middleware/tree/4.0.0) and [plugins](https://github.com/iris-contrib/plugin/tree/4.0.0) are expecting an import path of: +> NOTE: **If you want a stable version for production**, then install [v4](https://github.com/kataras/iris/tree/4.0.0#versioning) instead, its [examples](https://github.com/iris-contrib/examples/tree/4.0.0), [book](https://docs-v4.iris-go.com), [middleware](https://github.com/iris-contrib/middleware/tree/4.0.0) and [plugins](https://github.com/iris-contrib/plugin/tree/4.0.0) are expecting an import path of: ```bash $ go get -u gopkg.in/kataras/iris.v4/iris ```