mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
fix nav link
parent
9a25529284
commit
a3342ef6cc
2
Home.md
2
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]]
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue
Block a user