From 1352bff2fd969092b48368ebc1f05a080572f827 Mon Sep 17 00:00:00 2001 From: Edward Wang <37031713+ewang20027@users.noreply.github.com> Date: Sat, 9 Nov 2019 11:52:55 -0800 Subject: [PATCH] docs(README): link to guide page instead of source (#3566) * Fixed the Update Guide Link Original link pointed to https://github.com/discordjs/guide/blob/v12-changes/guide/additional-info/changes-in-v12.md, which is invalid. I'm not sure if the link I put (https://github.com/discordjs/guide/blob/master/guide/additional-info/changes-in-v12.md) is the correct one, but I will assume it is. * Used link to the DJS guide. --- docs/general/welcome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/welcome.md b/docs/general/welcome.md index da1e02e89..d13e623b0 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -77,7 +77,7 @@ client.login('token'); * [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website)) * [Documentation](https://discord.js.org/#/docs/main/master/general/welcome) * [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide)) - this is still for stable - See also the WIP [Update Guide](https://github.com/discordjs/guide/blob/v12-changes/guide/additional-info/changes-in-v12.md) also including updated and removed items in the library. + See also the WIP [Update Guide](https://discordjs.guide/additional-info/changes-in-v12.html) also including updated and removed items in the library. * [Discord.js Discord server](https://discord.gg/bRCvFy9) * [Discord API Discord server](https://discord.gg/discord-api) * [GitHub](https://github.com/discordjs/discord.js)