diff --git a/Home.md b/Home.md index d8f6b75..8c8d6b8 100644 --- a/Home.md +++ b/Home.md @@ -37,8 +37,6 @@ This wiki is the main source of documentation for **developers** working with (o * [[Dependency Injection|Dependency-Injection]] * [[MVC]] * [[Testing]] -* [Examples](https://github.com/kataras/iris/tree/master/_examples) +* [➲ Examples](https://github.com/kataras/iris/tree/master/_examples) * [[Starter Kits]] * [[Publications]] - -> This new wiki is a `Work In Progress` in an effort to centralize the documentation and concepts explanation into a single place. diff --git a/Routing-override-context.md b/Routing-override-context.md index 9e5e901..074ae23 100644 --- a/Routing-override-context.md +++ b/Routing-override-context.md @@ -100,4 +100,4 @@ func recordWhichContextForExample(ctx context.Context) { ctx.Next() } -``` \ No newline at end of file +```