fix links

kataras 2017-11-08 16:25:29 +02:00
parent 413d0ef5d4
commit 2acbad1a70
No known key found for this signature in database
GPG Key ID: 6C6425A6486335BD
4 changed files with 8 additions and 8 deletions

@ -111,12 +111,12 @@ Table of Contents
* [Basic](https://github.com/kataras/iris/blob/master/_examples/routing/basic/main.go)
* [Custom HTTP Errors](https://github.com/kataras/iris/blob/master/_examples/routing/http-errors/main.go)
* [Dynamic Path](https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/main.go)
* [Root level wildcard path]((https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/root-wildcard/main.go)
* [Root level wildcard path](https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/root-wildcard/main.go)
* [Reverse routing](https://github.com/kataras/iris/blob/master/_examples/routing/reverse/main.go)
* [Custom wrapper](https://github.com/kataras/iris/blob/master/_examples/routing/custom-wrapper/main.go)
* [Route State](https://github.com/kataras/iris/blob/master/_examples/routing/route-state/main.go)
* [MVC](https://github.com/kataras/iris/tree/master/_examples/#mvc)
* [Hello world]((https://github.com/kataras/iris/tree/master/_examples/mvc/hello-world)
* [Hello world](https://github.com/kataras/iris/tree/master/_examples/mvc/hello-world)
* [Session Controller](https://github.com/kataras/iris/tree/master/_examples/mvc/session-controller)
* [Overview - Plus Repository and Service layers](https://github.com/kataras/tree/tree/master/_examples/mvc/overview)
* [Login showcase - Plus Repository and Service layers](https://github.com/kataras/iris/tree/master/_examples/mvc/login)

@ -111,12 +111,12 @@ Table of Contents
* [Basic](https://github.com/kataras/iris/blob/master/_examples/routing/basic/main.go)
* [Custom HTTP Errors](https://github.com/kataras/iris/blob/master/_examples/routing/http-errors/main.go)
* [Dynamic Path](https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/main.go)
* [Root level wildcard path]((https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/root-wildcard/main.go)
* [Root level wildcard path](https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/root-wildcard/main.go)
* [Reverse routing](https://github.com/kataras/iris/blob/master/_examples/routing/reverse/main.go)
* [Custom wrapper](https://github.com/kataras/iris/blob/master/_examples/routing/custom-wrapper/main.go)
* [Route State](https://github.com/kataras/iris/blob/master/_examples/routing/route-state/main.go)
* [MVC](https://github.com/kataras/iris/tree/master/_examples/#mvc)
* [Hello world]((https://github.com/kataras/iris/tree/master/_examples/mvc/hello-world)
* [Hello world](https://github.com/kataras/iris/tree/master/_examples/mvc/hello-world)
* [Session Controller](https://github.com/kataras/iris/tree/master/_examples/mvc/session-controller)
* [Overview - Plus Repository and Service layers](https://github.com/kataras/tree/tree/master/_examples/mvc/overview)
* [Login showcase - Plus Repository and Service layers](https://github.com/kataras/iris/tree/master/_examples/mvc/login)

@ -5,5 +5,5 @@ Current: [v8.5.7](https://github.com/kataras/iris/blob/master/HISTORY.md#tu-07-n
Read more about Semantic Versioning 2.0.0
* [semver.org](http://semver.org/)
* [en.wikipedia.org/wiki/Software\_versioning](https://en.wikipedia.org/wiki/Software_versioning)
* [wiki.debian.org/UpstreamGuide\#Releases\_and\_Versions](https://wiki.debian.org/UpstreamGuide#Releases_and_Versions)
* [en.wikipedia.org/wiki/Software/_versioning](https://en.wikipedia.org/wiki/Software_versioning)
* [wiki.debian.org/UpstreamGuide/#Releases_and_Versions](https://wiki.debian.org/UpstreamGuide#Releases_and_Versions)

@ -34,12 +34,12 @@
* [Basic](https://github.com/kataras/iris/blob/master/_examples/routing/basic/main.go)
* [Custom HTTP Errors](https://github.com/kataras/iris/blob/master/_examples/routing/http-errors/main.go)
* [Dynamic Path](https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/main.go)
* [Root level wildcard path]((https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/root-wildcard/main.go)
* [Root level wildcard path](https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/root-wildcard/main.go)
* [Reverse routing](https://github.com/kataras/iris/blob/master/_examples/routing/reverse/main.go)
* [Custom wrapper](https://github.com/kataras/iris/blob/master/_examples/routing/custom-wrapper/main.go)
* [Route State](https://github.com/kataras/iris/blob/master/_examples/routing/route-state/main.go)
* [MVC](https://github.com/kataras/iris/tree/master/_examples/#mvc)
* [Hello world]((https://github.com/kataras/iris/tree/master/_examples/mvc/hello-world)
* [Hello world](https://github.com/kataras/iris/tree/master/_examples/mvc/hello-world)
* [Session Controller](https://github.com/kataras/iris/tree/master/_examples/mvc/session-controller)
* [Overview - Plus Repository and Service layers](https://github.com/kataras/tree/tree/master/_examples/mvc/overview)
* [Login showcase - Plus Repository and Service layers](https://github.com/kataras/iris/tree/master/_examples/mvc/login)