Skip to content

Commit 6ed2328

Browse files
authored
Fixes Framework Beego URL (#1219)
Framework link of Beego points to a dead site. According to beego/beego#4818 the site has been updated to https://beego.vip/
1 parent 121aeb2 commit 6ed2328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Projects with a ★ have had particular influence on Go kit's design (or vice-ve
117117
- [Negroni](https://github.com/codegangsta/negroni)
118118
- [Goji](https://github.com/zenazn/goji)
119119
- [Martini](https://github.com/go-martini/martini)
120-
- [Beego](http://beego.me/)
120+
- [Beego](https://beego.vip/)
121121
- [Revel](https://revel.github.io/) (considered [harmful](https://github.com/go-kit/kit/issues/350))
122122
- [GoBuffalo](https://gobuffalo.io/)
123123

0 commit comments

Comments
 (0)