fix nav link

Gerasimos (Makis) Maropoulos 2019-07-28 08:09:22 +03:00
parent 9a25529284
commit a3342ef6cc
No known key found for this signature in database
GPG Key ID: F169457BBDA4ACF4
3 changed files with 10 additions and 2 deletions

@ -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]]

@ -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.

@ -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]]