diff --git a/FAQ.md b/FAQ.md index 19cd730..fe09cbd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -55,7 +55,7 @@ The webhook can't do native upload of files/images to discord. Possible solution: * Disable the webhook and use only the token. (you'll loose the avatar/nick changing) -* Setup a [mediaserver](Mediaserver-setup-[advanced]) this way matterbridge will upload the files/images to the mediaserver and the webhook will post the URL of the files/images on the mediaserver. +* Setup a [mediaserver](Mediaserver-setup-(advanced)) this way matterbridge will upload the files/images to the mediaserver and the webhook will post the URL of the files/images on the mediaserver. ## Messages not being edited, but a new message with (edit) appears ? Message editing is not supported by discord using webhooks. If you want message editing, disable webhooks and use token only