1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 14:07:20 +00:00

Set correct doc url for go-sdk

This commit is contained in:
Thomas Boerger
2016-11-07 10:07:43 +01:00
parent 1b962bac0b
commit 6bf9910975
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
package base
const DOC_URL = "https://github.com/gogits/go-gogs-client/wiki"
const DocURL = "https://godoc.org/github.com/go-gitea/go-sdk"
type (
TplName string