mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
fix links
parent
413d0ef5d4
commit
2acbad1a70
4
Home.md
4
Home.md
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user