From d1718c94d5bfa4c788bf471d6f6d297a1da812aa Mon Sep 17 00:00:00 2001 From: vpereira01 <42812459+vpereira01@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:01:21 +0000 Subject: [PATCH] Fixes Framework Beego URL Framework link of Beego points to a dead site. According to https://github.com/beego/beego/issues/4818 the site has been updated to https://beego.vip/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce923749e..bea6ff4c2 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Projects with a ★ have had particular influence on Go kit's design (or vice-ve - [Negroni](https://github.com/codegangsta/negroni) - [Goji](https://github.com/zenazn/goji) - [Martini](https://github.com/go-martini/martini) -- [Beego](http://beego.me/) +- [Beego](https://beego.vip/) - [Revel](https://revel.github.io/) (considered [harmful](https://github.com/go-kit/kit/issues/350)) - [GoBuffalo](https://gobuffalo.io/)