diff options
author | Unknwon <u@gogs.io> | 2018-12-16 19:47:32 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-12-16 19:47:32 -0500 |
commit | f91cb9321e06cf3570ca373e16ca84804ef7950a (patch) | |
tree | 8bd7eda8874b465d9d94bafdf43e2e63de07beef /pkg/context/api.go | |
parent | cc1a168aa050b64b296b159436cd8350bdb95166 (diff) |
api: add GetReferenceSHA (#5546)
Diffstat (limited to 'pkg/context/api.go')
-rw-r--r-- | pkg/context/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/context/api.go b/pkg/context/api.go index 7dc4472b..a8928fc0 100644 --- a/pkg/context/api.go +++ b/pkg/context/api.go @@ -26,7 +26,7 @@ type APIContext struct { } // FIXME: move to github.com/gogs/go-gogs-client -const DOC_URL = "https://github.com/gogs/go-gogs-client/wiki" +const DOC_URL = "https://github.com/gogs/docs-api" // Error responses error message to client with given message. // If status is 500, also it prints error to log. |