diff --git a/cmd/commands/new/new.go b/cmd/commands/new/new.go index 9d7c69d..716f393 100644 --- a/cmd/commands/new/new.go +++ b/cmd/commands/new/new.go @@ -151,7 +151,7 @@ type MainController struct { } func (c *MainController) Get() { - c.Data["Website"] = "beego.me" + c.Data["Website"] = "beego.vip" c.Data["Email"] = "astaxie@gmail.com" c.TplName = "index.tpl" }