From b7cb7517c04f0ba3db7c78c5d7cf7ff1b2325b52 Mon Sep 17 00:00:00 2001 From: yellowmint Date: Sat, 22 Jun 2019 19:34:39 +0200 Subject: [PATCH] Update Gin framework homepage url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6141f87a..a147bbd50 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Projects with a ★ have had particular influence on Go kit's design (or vice-ve ### Web frameworks - [Gorilla](http://www.gorillatoolkit.org) -- [Gin](https://gin-gonic.github.io/gin/) +- [Gin](https://gin-gonic.com/) - [Negroni](https://github.com/codegangsta/negroni) - [Goji](https://github.com/zenazn/goji) - [Martini](https://github.com/go-martini/martini)