Skip to content

Commit 024a16d

Browse files
authored
fix(resources): edit or remove invalid guide links
1 parent e308e3d commit 024a16d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

resources/RESOURCES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
- [Documentation](https://discord.js.org)
33
- [GitHub](https://github.com/discordjs/discord.js)
44
- [Guide](https://discordjs.guide/)
5-
- [Update to version 14](https://discordjs.guide/additional-info/changes-in-v14.html)
65
- [Discord Developer Documentation](https://discord.com/developers/docs) (needed permissions etc.)
76
_ _
87
### Learning JavaScript and node.js:
@@ -62,9 +61,9 @@ _ _
6261
For when you can't track that one pesky error down:
6362
- [Node.js](https://nodejs.org/en/docs/guides/debugging-getting-started/)
6463
- [Visual Studio Code](https://code.visualstudio.com/docs/nodejs/nodejs-debugging)
65-
- [Linters](https://discordjs.guide/preparations/setting-up-a-linter.html) (syntax errors and code consistency)
64+
- [Linters](https://discordjs.guide/legacy/preparations/linter) (syntax errors and code consistency)
6665
- [MDN list of common errors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors)
67-
- [Guide on common errors and how to deal with them](https://discordjs.guide/popular-topics/errors)
66+
- [Guide on common errors and how to deal with them](https://discordjs.guide/legacy/popular-topics/errors)
6867
- Discord.js: attach the following two listeners to your Client instance (outside of any other listener scopes)
6968
```js
7069
client.on('debug', console.log)

0 commit comments

Comments
 (0)