From 9a1c56c5b9ed32cc6051fef8f20eeaeb04318e47 Mon Sep 17 00:00:00 2001 From: Papaia <43409674+Papaia@users.noreply.github.com> Date: Fri, 19 Jun 2020 12:46:29 +0300 Subject: [PATCH] docs(erlpack): discordapp to discord (#4288) Co-authored-by: Papaia <43409674+ItsPapaia@users.noreply.github.com> --- README.md | 2 +- docs/general/welcome.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6d86a4ab..c30d258c8 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ For production bots, using @discordjs/opus should be considered a necessity, esp ### Optional packages - [zlib-sync](https://www.npmjs.com/package/zlib-sync) for WebSocket data compression and inflation (`npm install zlib-sync`) -- [erlpack](https://github.com/discordapp/erlpack) for significantly faster WebSocket data (de)serialisation (`npm install discordapp/erlpack`) +- [erlpack](https://github.com/discord/erlpack) for significantly faster WebSocket data (de)serialisation (`npm install discord/erlpack`) - One of the following packages can be installed for faster voice packet encryption and decryption: - [sodium](https://www.npmjs.com/package/sodium) (`npm install sodium`) - [libsodium.js](https://www.npmjs.com/package/libsodium-wrappers) (`npm install libsodium-wrappers`) diff --git a/docs/general/welcome.md b/docs/general/welcome.md index a83717e62..00991595c 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -49,7 +49,7 @@ For production bots, using @discordjs/opus should be considered a necessity, esp ### Optional packages - [zlib-sync](https://www.npmjs.com/package/zlib-sync) for WebSocket data compression and inflation (`npm install zlib-sync`) -- [erlpack](https://github.com/discordapp/erlpack) for significantly faster WebSocket data (de)serialisation (`npm install discordapp/erlpack`) +- [erlpack](https://github.com/discord/erlpack) for significantly faster WebSocket data (de)serialisation (`npm install discord/erlpack`) - One of the following packages can be installed for faster voice packet encryption and decryption: - [sodium](https://www.npmjs.com/package/sodium) (`npm install sodium`) - [libsodium.js](https://www.npmjs.com/package/libsodium-wrappers) (`npm install libsodium-wrappers`)