From 2acbad1a706f632676fc5c6385546b2cf29be53e Mon Sep 17 00:00:00 2001 From: kataras Date: Wed, 8 Nov 2017 16:25:29 +0200 Subject: [PATCH] fix links --- Home.md | 4 ++-- README.md | 4 ++-- Versioning.md | 4 ++-- _Sidebar.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Home.md b/Home.md index 19774e5..89786cd 100644 --- a/Home.md +++ b/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) diff --git a/README.md b/README.md index 19774e5..89786cd 100644 --- a/README.md +++ b/README.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) diff --git a/Versioning.md b/Versioning.md index abd54c2..4f15e87 100644 --- a/Versioning.md +++ b/Versioning.md @@ -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) \ No newline at end of file +* [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) \ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md index 01d7ef5..dde210a 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -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)