From f91cb9321e06cf3570ca373e16ca84804ef7950a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 16 Dec 2018 19:47:32 -0500 Subject: api: add GetReferenceSHA (#5546) --- pkg/context/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') 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. -- cgit v1.2.3