From a3342ef6cc22ca320d688e8e270b9af6876c37de Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 28 Jul 2019 08:09:22 +0300 Subject: [PATCH] fix nav link --- Home.md | 2 +- Installation.md | 8 ++++++++ _Sidebar.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 7b21c8f..544a3af 100644 --- a/Home.md +++ b/Home.md @@ -20,7 +20,7 @@ This wiki is the main source of documentation for **developers** working with (o * [[Subdomains|Routing-subdomains]] * [[Wrap the Router|Routing-wrap-the-router]] * [[Override Context|Routing-override-context]] - * [Context Methods|Routing-context-methods] + * [[Context Methods|Routing-context-methods]] * [[API Versioning]] * [[HTTP Referer]] * [[Request Authentication]] diff --git a/Installation.md b/Installation.md index c053e31..0a19a8a 100644 --- a/Installation.md +++ b/Installation.md @@ -18,4 +18,12 @@ require ( ) ``` +## How to update + +Here is the go-get command to get the latest and greatest Iris version. Master branch is usually stable enough. + +```bash +$ go get -u github.com/kataras/iris@master +``` + Continue by reading our [[Getting Started]] tutorial. diff --git a/_Sidebar.md b/_Sidebar.md index e47e66e..3c15059 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -15,7 +15,7 @@ * [[Subdomains|Routing-subdomains]] * [[Wrap the Router|Routing-wrap-the-router]] * [[Override Context|Routing-override-context]] - * [Context Methods|Routing-context-methods] + * [[Context Methods|Routing-context-methods]] * [[API Versioning]] * [[HTTP Referer]] * [[Request Authentication]]