index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
pkg
/
context
/
api.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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.