pull/83/merge
Minho 2017-06-14 09:16:18 +08:00
parent 25b938a7b4
commit 41004cb9ae
1 changed files with 1 additions and 1 deletions

View File

@ -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)