You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
settings.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gitea, we will send a notification to the target host. Learn more in the <a target="_blank" rel="noopener" href="%s">webhooks guide</a>.
I think the correct link is https://docs.gitea.io/en-us/webhooks/ but notice that this link may be localized, and I don't know how to deal with that (this would need to edit every locale accordingly I guess, if you don't have particular code for this, but maybe linking to en-us link is fine).
I'm going to submit a PR for changing this link like I described here.
The text was updated successfully, but these errors were encountered:
Exagone313
added a commit
to Exagone313/gitea
that referenced
this issue
Jan 3, 2018
Description
When editing repository settings, on the webhooks page, there is a link that says:
"Learn more in the webhooks guide."
The link is defined here:
gitea/routers/repo/webhook.go
Line 36 in 10b54df
Used here in (en-US) locale:
gitea/options/locale/locale_en-US.ini
Line 934 in 50b7ba1
I think the correct link is https://docs.gitea.io/en-us/webhooks/ but notice that this link may be localized, and I don't know how to deal with that (this would need to edit every locale accordingly I guess, if you don't have particular code for this, but maybe linking to en-us link is fine).
I'm going to submit a PR for changing this link like I described here.
The text was updated successfully, but these errors were encountered: