Openstatus www.openstatus.dev

fix: discord notification form setup doc (#426)

authored by

Arshdeep K and committed by
GitHub
6705b7d6 2916c5a0

+2 -3
+2 -3
apps/web/src/components/forms/notification-form.tsx
··· 69 69 case "discord": 70 70 return { 71 71 dataType: "url", 72 - placeholder: "https://hooks.slack.com/services/xxx...", // FIXME: 73 - setupDocLink: 74 - "https://api.slack.com/messaging/webhooks#getting_started", // FIXME: 72 + placeholder: "https://discord.com/api/webhooks/{channelId}/xxx...", 73 + setupDocLink: "https://support.discord.com/hc/en-us/articles/228383668", 75 74 sendTest: sendTestDiscordMessage, 76 75 }; 77 76