From 41004cb9aec24f408630b4d0a027b9eac4ae2f11 Mon Sep 17 00:00:00 2001 From: Minho Date: Wed, 14 Jun 2017 09:16:18 +0800 Subject: [PATCH] * --- commands/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/update.go b/commands/update.go index b1110c64..ddb89c59 100644 --- a/commands/update.go +++ b/commands/update.go @@ -14,7 +14,7 @@ import ( //检查最新版本. func CheckUpdate() { - resp, err := http.Get("https://api.github.com/repos/lifei6671/godoc/tags") + resp, err := http.Get("https://api.github.com/repos/lifei6671/mindoc/tags") if err != nil { beego.Error("CheckUpdate => ", err)