This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Set correct doc url for go-sdk
tags/v1.21.12.1
Thomas Boerger
8 years ago
parent
1b962bac0b
commit
6bf9910975
No known key found for this signature in database
GPG Key ID:
5A388F55283960B6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/base/base.go
+1
-1
modules/context/api.go
+ 1
- 1
modules/base/base.go
View File
@@ -4,7 +4,7 @@
package base
const D
OC_URL = "https://github.com/gogits/go-gogs-client/wiki
"
const D
ocURL = "https://godoc.org/github.com/go-gitea/go-sdk
"
type (
TplName string
+ 1
- 1
modules/context/api.go
View File
@@ -36,7 +36,7 @@ func (ctx *APIContext) Error(status int, title string, obj interface{}) {
ctx.JSON(status, map[string]string{
"message": message,
"url": base.D
OC_
URL,
"url": base.D
oc
URL,
})
}
Write
Preview
Loading…
Cancel
Save