summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings
diff options
context:
space:
mode:
authorrugk <rugk@posteo.de>2016-08-06 02:35:40 +0200
committer无闻 <u@gogs.io>2016-08-05 17:35:40 -0700
commit28dc5bb5667c4d1839ad28b33b7145b145f30665 (patch)
tree097db30afed96423be15322de1a742cbb8cb27cd /templates/repo/settings
parentcf6d321991735a2891e16066f74a75f51719e99e (diff)
downloadgitea-28dc5bb5667c4d1839ad28b33b7145b145f30665.tar.gz
gitea-28dc5bb5667c4d1839ad28b33b7145b145f30665.zip
Replace gogs.io http links with https version (#3386)
Diffstat (limited to 'templates/repo/settings')
-rw-r--r--templates/repo/settings/hook_gogs.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/hook_gogs.tmpl b/templates/repo/settings/hook_gogs.tmpl
index 633577d8a9..6d73cca9d4 100644
--- a/templates/repo/settings/hook_gogs.tmpl
+++ b/templates/repo/settings/hook_gogs.tmpl
@@ -1,5 +1,5 @@
{{if eq .HookType "gogs"}}
- <p>{{.i18n.Tr "repo.settings.add_webhook_desc" "http://gogs.io/docs/features/webhook.html" | Str2html}}</p>
+ <p>{{.i18n.Tr "repo.settings.add_webhook_desc" "https://gogs.io/docs/features/webhook.html" | Str2html}}</p>
<form class="ui form" action="{{.BaseLink}}/settings/hooks/gogs/{{if .PageIsSettingsHooksNew}}new{{else}}{{.Webhook.ID}}{{end}}" method="post">
{{.CsrfTokenHtml}}
<div class="required field {{if .Err_PayloadURL}}error{{end}}">