From 4770c814b24ffea84dd8f09a071838cad71fd653 Mon Sep 17 00:00:00 2001
From: Almeida
Date: Sun, 9 Jan 2022 18:35:18 +0000
Subject: [PATCH] chore: update readme links (#7229)
---
README.md | 4 ++--
packages/builders/README.md | 6 +++---
packages/collection/README.md | 6 +++---
packages/discord.js/README.md | 4 ++--
packages/voice/README.md | 8 ++++----
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index f7dea9125..66cf7ad99 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-
+
@@ -38,7 +38,7 @@ pnpm add discord.js
- [erlpack](https://github.com/discord/erlpack) for significantly faster WebSocket data (de)serialisation (`npm install discord/erlpack`)
- [bufferutil](https://www.npmjs.com/package/bufferutil) for a much faster WebSocket connection (`npm install bufferutil`)
- [utf-8-validate](https://www.npmjs.com/package/utf-8-validate) in combination with `bufferutil` for much faster WebSocket processing (`npm install utf-8-validate`)
-- [@discordjs/voice](https://github.com/discordjs/voice) for interacting with the Discord Voice API (`npm install @discordjs/voice`)
+- [@discordjs/voice](https://www.npmjs.com/package/@discordjs/voice) for interacting with the Discord Voice API (`npm install @discordjs/voice`)
## Example usage
diff --git a/packages/builders/README.md b/packages/builders/README.md
index 8fbf8c632..211fc2f87 100644
--- a/packages/builders/README.md
+++ b/packages/builders/README.md
@@ -8,7 +8,7 @@
-
+
@@ -37,7 +37,7 @@ Here are some examples for the builders and utilities you can find in this packa
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
- [discord.js Discord server](https://discord.gg/djs)
- [Discord API Discord server](https://discord.gg/discord-api)
-- [GitHub](https://github.com/discordjs/builders)
+- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/builders)
- [npm](https://www.npmjs.com/package/@discordjs/builders)
- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
@@ -45,7 +45,7 @@ Here are some examples for the builders and utilities you can find in this packa
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
[documentation](https://discord.js.org/#/docs/builders).
-See [the contribution guide](https://github.com/discordjs/builders/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.
+See [the contribution guide](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.
## Help
diff --git a/packages/collection/README.md b/packages/collection/README.md
index 235c7032b..12acb1f08 100644
--- a/packages/collection/README.md
+++ b/packages/collection/README.md
@@ -8,7 +8,7 @@
-
+
@@ -31,14 +31,14 @@ pnpm add @discordjs/collection
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
- [Documentation](https://discord.js.org/#/docs/collection)
- [discord.js Discord server](https://discord.gg/djs)
-- [GitHub](https://github.com/discordjs/collection)
+- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/collection)
- [npm](https://www.npmjs.com/package/@discordjs/collection)
## Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
[documentation](https://discord.js.org/#/docs/collection).
-See [the contribution guide](https://github.com/discordjs/collection/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.
+See [the contribution guide](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.
## Help
diff --git a/packages/discord.js/README.md b/packages/discord.js/README.md
index ab3514163..dc46eced9 100644
--- a/packages/discord.js/README.md
+++ b/packages/discord.js/README.md
@@ -8,7 +8,7 @@
-
+
@@ -38,7 +38,7 @@ pnpm add discord.js
- [erlpack](https://github.com/discord/erlpack) for significantly faster WebSocket data (de)serialisation (`npm install discord/erlpack`)
- [bufferutil](https://www.npmjs.com/package/bufferutil) for a much faster WebSocket connection (`npm install bufferutil`)
- [utf-8-validate](https://www.npmjs.com/package/utf-8-validate) in combination with `bufferutil` for much faster WebSocket processing (`npm install utf-8-validate`)
-- [@discordjs/voice](https://github.com/discordjs/voice) for interacting with the Discord Voice API (`npm install @discordjs/voice`)
+- [@discordjs/voice](https://www.npmjs.com/package/@discordjs/voice) for interacting with the Discord Voice API (`npm install @discordjs/voice`)
## Example usage
diff --git a/packages/voice/README.md b/packages/voice/README.md
index 4680c83ed..2ee32f129 100644
--- a/packages/voice/README.md
+++ b/packages/voice/README.md
@@ -8,7 +8,7 @@
-
+
@@ -65,16 +65,16 @@ try installing another.
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
- [Documentation](https://discord.js.org/#/docs/voice)
-- [Examples](https://github.com/discordjs/voice/tree/main/examples)
+- [Examples](https://github.com/discordjs/discord.js/tree/main/packages/voice/examples)
- [discord.js Discord server](https://discord.gg/djs)
-- [GitHub](https://github.com/discordjs/voice)
+- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/voice)
- [npm](https://www.npmjs.com/package/@discordjs/voice)
## Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
[documentation](https://discord.js.org/#/docs/voice).
-See [the contribution guide](https://github.com/discordjs/voice/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.
+See [the contribution guide](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.
## Help