Minho 8 年之前
父节点
当前提交
41004cb9ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      commands/update.go

+ 1 - 1
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)