Browse Source

fix broken link

tags/v1.2.0-rc1
Unknwon 10 years ago
parent
commit
877f9c2ef2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/setting.go

+ 1
- 1
routers/repo/setting.go View File

@@ -257,7 +257,7 @@ func Webhooks(ctx *middleware.Context) {
ctx.Data["Title"] = ctx.Tr("repo.settings.hooks")
ctx.Data["PageIsSettingsHooks"] = true
ctx.Data["BaseLink"] = ctx.Repo.RepoLink
ctx.Data["Description"] = ctx.Tr("repo.settings.hooks_desc", "https://github.com/gogits/go-gogs-client/wiki/Repositories---Webhooks")
ctx.Data["Description"] = ctx.Tr("repo.settings.hooks_desc", "https://github.com/gogits/go-gogs-client/wiki/Repositories-Webhooks")

ws, err := models.GetWebhooksByRepoID(ctx.Repo.Repository.ID)
if err != nil {


Loading…
Cancel
Save