[BRANDING] replace gitea links for protected tags, webhooks and package registry

(cherry picked from commit 14e5de323e)
This commit is contained in:
Robin Kloppe 2023-08-19 11:45:40 +02:00 committed by Earl Warren
parent 047dbe448c
commit 2dd27e92ac
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
6 changed files with 6 additions and 6 deletions

View file

@ -44,7 +44,7 @@ func Webhooks(ctx *context.Context) {
ctx.Data["PageIsSettingsHooks"] = true
ctx.Data["BaseLink"] = ctx.Repo.RepoLink + "/settings/hooks"
ctx.Data["BaseLinkNew"] = ctx.Repo.RepoLink + "/settings/hooks"
ctx.Data["Description"] = ctx.Tr("repo.settings.hooks_desc", "https://docs.gitea.io/en-us/webhooks/")
ctx.Data["Description"] = ctx.Tr("repo.settings.hooks_desc", "https://forgejo.org/docs/latest/user/webhooks/")
ws, err := webhook.ListWebhooksByOpts(ctx, &webhook.ListWebhookOptions{RepoID: ctx.Repo.Repository.ID})
if err != nil {