replace beego.me with beego.vip

This commit is contained in:
Deng Ming
2021-11-29 21:29:29 +08:00
parent 1fe29f3787
commit 3e886f71ca
52 changed files with 79 additions and 79 deletions

View File

@@ -155,5 +155,5 @@ note: not recommend use this in product env.
more details and examples in docs and test
[documents](http://beego.me/docs/mvc/model/overview.md)
[documents](http://beego.vip/docs/mvc/model/overview.md)

View File

@@ -50,7 +50,7 @@
// num, err = o.Delete(&u)
// }
//
// more docs: http://beego.me/docs/mvc/model/overview.md
// more docs: http://beego.vip/docs/mvc/model/overview.md
package orm
import (