Skip to content

Commit

Permalink
Fixes Framework Beego URL (#1219)
Browse files Browse the repository at this point in the history
Framework link of Beego points to a dead site.
According to beego/beego#4818 the site has been updated to https://beego.vip/
  • Loading branch information
vpereira01 authored Mar 15, 2022
1 parent 121aeb2 commit 6ed2328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down

0 comments on commit 6ed2328

Please sign in to comment.