1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fixed links to sdk docs

This commit is contained in:
Thomas Boerger
2016-11-07 15:58:58 +01:00
parent e378648c79
commit 77f9c7e571
2 changed files with 2 additions and 2 deletions

View File

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