diff options
Diffstat (limited to 'pkg/context')
-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. |