diff --git a/Home.md b/Home.md index 9dc9f22..44bbaa0 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,3 @@ -# What is Iris - **Iris** is a free, open-source [Go](https://golang.org) web framework, created by [Gerasimos Maropoulos](https://twitter.com/MakisMaropoulos) and intended for the development of modern web applications. **Iris** helps back-end developers to quickly create extremely fast web applications in Go with minimal effort. diff --git a/Quick-start.md b/Quick-start.md index 2e4b892..2efd86a 100644 --- a/Quick-start.md +++ b/Quick-start.md @@ -89,5 +89,5 @@ func main() { > Wanna re-start your app automatically when source code changes happens? Install the [iris-cli](https://github.com/kataras/iris-cli) tool and execute `iris-cli run` instead of `go run main.go`. -At the next section we will learn more about [Routing](../routing/). +At the next section we will learn more about [[Routing]].