From cbb379d5414178d4cfcf4d6a73d9c3ab61ea9ff6 Mon Sep 17 00:00:00 2001 From: Meydjer Luzzoli Date: Sat, 31 Mar 2018 23:20:21 -0300 Subject: [PATCH] Fix article link Former-commit-id: 7dc91a47b85bbc31333371cb9a1dac6ad7db53a8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea0c8de..8d7f7e53 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Iris, unlike others, is 100% compatible with the standards and that's why the ma ### Articles * [A Todo MVC Application using Iris and Vue.js](https://hackernoon.com/a-todo-mvc-application-using-iris-and-vue-js-5019ff870064) -* [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](bit.ly/2lmKaAZ) +* [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://bit.ly/2lmKaAZ) * [Top 6 web frameworks for Go as of 2017](https://blog.usejournal.com/top-6-web-frameworks-for-go-as-of-2017-23270e059c4b) * [Iris Go Framework + MongoDB](https://medium.com/go-language/iris-go-framework-mongodb-552e349eab9c) * [How to build a file upload form using DropzoneJS and Go](https://hackernoon.com/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991)