From 3a8473e6326bff2f17ada1bb48f0c7f38b356721 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 28 Jun 2025 14:10:41 +0300 Subject: [PATCH] Fix image link --- .../{ => Discord}/Outgoing-Webhook-to-Discord.md | 4 ++-- .../{ => Discord}/outgoing-webhook-discord.gif | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/Webhooks/{ => Discord}/Outgoing-Webhook-to-Discord.md (94%) rename docs/Webhooks/{ => Discord}/outgoing-webhook-discord.gif (100%) diff --git a/docs/Webhooks/Outgoing-Webhook-to-Discord.md b/docs/Webhooks/Discord/Outgoing-Webhook-to-Discord.md similarity index 94% rename from docs/Webhooks/Outgoing-Webhook-to-Discord.md rename to docs/Webhooks/Discord/Outgoing-Webhook-to-Discord.md index 17946807a..0cbe4df9e 100644 --- a/docs/Webhooks/Outgoing-Webhook-to-Discord.md +++ b/docs/Webhooks/Discord/Outgoing-Webhook-to-Discord.md @@ -2,7 +2,7 @@ Note: Webhook to Slack and Rocket.Chat does not require adding anything to URL. Discord requires adding `/slack` to end of URL so that it works. -Outgoing Webhook to Discord +Outgoing Webhook to Discord 1. Add Webhook to Discord @@ -34,4 +34,4 @@ Wekan boards have Outgoing Webhooks for board change messages, those can be brid https://github.com/vector-im/riot-web/issues/4978 If you have some Riot bot, you can make it call Wekan REST API to make changes to Wekan. -First [login to API as form data, with admin username and password](REST-API#example-call---as-form-data). Then use that Bearer token [to edit Wekan](https://wekan.fi/api/). \ No newline at end of file +First [login to API as form data, with admin username and password](REST-API#example-call---as-form-data). Then use that Bearer token [to edit Wekan](https://wekan.fi/api/). diff --git a/docs/Webhooks/outgoing-webhook-discord.gif b/docs/Webhooks/Discord/outgoing-webhook-discord.gif similarity index 100% rename from docs/Webhooks/outgoing-webhook-discord.gif rename to docs/Webhooks/Discord/outgoing-webhook-discord.gif