From e8a6c425ecc649ba60885a49729d0fba9bba5e3e Mon Sep 17 00:00:00 2001
From: hana <48522963+hanahaneull@users.noreply.github.com>
Date: Mon, 30 Nov 2020 00:33:33 +0700
Subject: [PATCH] Update discord domain (#13747)

Update discord domain in webhook repository settings.
---
 templates/repo/settings/webhook/discord.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/repo/settings/webhook/discord.tmpl b/templates/repo/settings/webhook/discord.tmpl
index 01f6f08f69..fc1582df5a 100644
--- a/templates/repo/settings/webhook/discord.tmpl
+++ b/templates/repo/settings/webhook/discord.tmpl
@@ -1,5 +1,5 @@
 {{if eq .HookType "discord"}}
-	<p>{{.i18n.Tr "repo.settings.add_discord_hook_desc" "https://discordapp.com" | Str2html}}</p>
+	<p>{{.i18n.Tr "repo.settings.add_discord_hook_desc" "https://discord.com" | Str2html}}</p>
 	<form class="ui form" action="{{.BaseLink}}/discord/{{or .Webhook.ID "new"}}" method="post">
 		{{.CsrfTokenHtml}}
 		<div class="required field {{if .Err_PayloadURL}}error{{end}}">