From 09846c725bdceee2826c21f37bc08b2522f738dc Mon Sep 17 00:00:00 2001 From: SynysterZV <58988339+SynysterZV@users.noreply.github.com> Date: Sun, 28 Mar 2021 09:29:03 -0400 Subject: [PATCH] chore: update d.js guide FAQ link (#5176) --- docs/general/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/faq.md b/docs/general/faq.md index 466cac1c9..a034e48e8 100644 --- a/docs/general/faq.md +++ b/docs/general/faq.md @@ -25,6 +25,6 @@ Update to Node.js 14.0.0 or newer. - **Windows:** Run `npm install --global --production windows-build-tools` in an admin command prompt or PowerShell. Then, running `npm install @discordjs/opus` in your bot's directory should successfully build it. Woo! -Other questions can be found at the [official Discord.js guide](https://discordjs.guide/popular-topics/common-questions.html) +Other questions can be found at the [official Discord.js guide](https://discordjs.guide/popular-topics/faq.html) If you have issues not listed here or on the guide, feel free to ask in the [official Discord.js server](https://discord.gg/bRCvFy9). Always make sure to read the [documentation](https://discord.js.org/#/docs/main/stable/general/welcome).