We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc42ad commit 0ed5a64Copy full SHA for 0ed5a64
models/release.go
@@ -65,7 +65,7 @@ func (r *Release) LoadAttributes() error {
65
66
// APIURL the api url for a release. release must have attributes loaded
67
func (r *Release) APIURL() string {
68
- return fmt.Sprintf("%sapi/v1/%s/releases/%d",
+ return fmt.Sprintf("%sapi/v1/repos/%s/releases/%d",
69
setting.AppURL, r.Repo.FullName(), r.ID)
70
}
71
0 commit comments