diff --git a/HISTORY.md b/HISTORY.md
index 0d7fc8ca..80bae639 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,7 @@
# History
-**How to upgrade**: remove your `$GOPATH/src/github.com/kataras` folder, open your command-line and execute this command: `go get -u github.com/kataras/iris/iris`.
+**How to upgrade**: Open your command-line and execute this command: `go get -u gopkg.in/kataras/iris.v6`.
+
## 6.1.4 -> 6.2.0 (√Νεxτ)
diff --git a/README.md b/README.md
index 1e35881d..f570d251 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Iris is an efficient and well-designed toolbox with robust set of features.
-
+
@@ -192,9 +192,9 @@ Documentation
- The most important is to know where to find the [details](https://godoc.org/gopkg.in/kataras/iris.v6)
- - Navigate through [examples](https://github.com/iris-contrib/examples)
+ - [./adaptors](https://github.com/kataras/iris/tree/v6/adaptors) and [./middleware](https://github.com/kataras/iris/tree/v6/middleware) contains examples for their usage.
- - [HISTORY.md](https://github.com//kataras/iris/tree/v6/HISTORY.md) file is your best friend.
+ - [HISTORY.md](https://github.com//kataras/iris/tree/v6/HISTORY.md) is your best friend, version migrations are released there.
Testing