From 51ddd6595cade4c5038a4d17163dbeb37d4f0a57 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Thu, 18 Jan 2018 14:40:02 -0500 Subject: [PATCH] Update repository references --- .github/CONTRIBUTING.md | 2 +- README.md | 10 +++++----- docs/general/updating.md | 8 ++++---- docs/general/welcome.md | 10 +++++----- docs/topics/web.md | 2 +- package.json | 8 ++++---- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 69e3725fe..9f84b1073 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,4 +14,4 @@ To get ready to work on the codebase, please do the following: 3. If you're working on voice, also run `npm install node-opus` or `npm install opusscript` 4. Code your heart out! 5. Run `npm test` to run ESLint and ensure any JSDoc changes are valid -6. [Submit a pull request](https://github.com/hydrabolt/discord.js/compare) +6. [Submit a pull request](https://github.com/discordjs/discord.js/compare) diff --git a/README.md b/README.md index 1bf3f39ac..7d2bb3483 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Discord server NPM version NPM downloads - Build status - Dependencies + Build status + Dependencies

NPM info @@ -65,18 +65,18 @@ client.login('your token'); ``` ## Links -* [Website](https://discord.js.org/) ([source](https://github.com/hydrabolt/discord.js-site)) +* [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website)) * [Documentation](https://discord.js.org/#/docs) * [Discord.js server](https://discord.gg/bRCvFy9) * [Discord API server](https://discord.gg/rV4BwdK) -* [GitHub](https://github.com/hydrabolt/discord.js) +* [GitHub](https://github.com/discordjs/discord.js) * [NPM](https://www.npmjs.com/package/discord.js) * [Related libraries](https://discordapi.com/unofficial/libs.html) (see also [discord-rpc](https://www.npmjs.com/package/discord-rpc)) ## 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). -See [the contribution guide](https://github.com/hydrabolt/discord.js/blob/master/.github/CONTRIBUTING.md) if you'd like to submit a PR. +See [the contribution guide](https://github.com/discordjs/discord.js/blob/master/.github/CONTRIBUTING.md) if you'd like to submit a PR. ## Help If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle diff --git a/docs/general/updating.md b/docs/general/updating.md index 3162ddf9d..da14587db 100644 --- a/docs/general/updating.md +++ b/docs/general/updating.md @@ -1,19 +1,19 @@ # Version 11.3.0 v11.3.0 backports many new features and bug fixes from the in-development v12. -See [the changelog](https://github.com/hydrabolt/discord.js/releases/tag/11.3.0) for a full list of changes, including information about deprecations. +See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.3.0) for a full list of changes, including information about deprecations. # Version 11.2.0 v11.2.0 fixes a lot of bugs we encountered along the 11.1.0 release, as well as support for new features such as Message Attachments and UserGuildSettings. -See [the changelog](https://github.com/hydrabolt/discord.js/releases/tag/11.2.0) for a full list of changes, including information about deprecations. +See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.2.0) for a full list of changes, including information about deprecations. # Version 11.1.0 v11.1.0 features improved voice and gateway stability, as well as support for new features such as audit logs and searching for messages. -See [the changelog](https://github.com/hydrabolt/discord.js/releases/tag/11.1.0) for a full list of changes, including +See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.1.0) for a full list of changes, including information about deprecations. # Version 11 Version 11 contains loads of new and improved features, optimisations, and bug fixes. -See [the changelog](https://github.com/hydrabolt/discord.js/releases/tag/11.0.0) for a full list of changes. +See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.0.0) for a full list of changes. ## Significant additions * Message Reactions and Embeds (rich text) diff --git a/docs/general/welcome.md b/docs/general/welcome.md index 30f8c8448..cfba45a9d 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -8,8 +8,8 @@ Discord server NPM version NPM downloads - Build status - Dependencies + Build status + Dependencies

NPM info @@ -72,18 +72,18 @@ client.login('your token'); ``` ## Links -* [Website](https://discord.js.org/) ([source](https://github.com/hydrabolt/discord.js-site)) +* [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website)) * [Documentation](https://discord.js.org/#/docs) * [Discord.js server](https://discord.gg/bRCvFy9) * [Discord API server](https://discord.gg/rV4BwdK) -* [GitHub](https://github.com/hydrabolt/discord.js) +* [GitHub](https://github.com/discordjs/discord.js) * [NPM](https://www.npmjs.com/package/discord.js) * [Related libraries](https://discordapi.com/unofficial/libs.html) (see also [discord-rpc](https://www.npmjs.com/package/discord-rpc)) ## 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). -See [the contribution guide](https://github.com/hydrabolt/discord.js/blob/master/.github/CONTRIBUTING.md) if you'd like to submit a PR. +See [the contribution guide](https://github.com/discordjs/discord.js/blob/master/.github/CONTRIBUTING.md) if you'd like to submit a PR. ## Help If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle diff --git a/docs/topics/web.md b/docs/topics/web.md index d3b824cd3..587fac963 100644 --- a/docs/topics/web.md +++ b/docs/topics/web.md @@ -4,7 +4,7 @@ This is useful for client-side web apps that need to interact with the Discord A [Webpack 2](https://webpack.js.org/) is used to build these. ## Usage -You can obtain your desired version of discord.js' web build from the [webpack branch](https://github.com/hydrabolt/discord.js/tree/webpack) of the GitHub repository. +You can obtain your desired version of discord.js' web build from the [webpack branch](https://github.com/discordjs/discord.js/tree/webpack) of the GitHub repository. There is a file for each branch and version of the library, and the ones ending in `.min.js` are minified to substantially reduce the size of the source code. Include the file on the page just as you would any other JS library, like so: diff --git a/package.json b/package.json index d6c510ed4..61ba2e5a2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/hydrabolt/discord.js.git" + "url": "git+https://github.com/discordjs/discord.js.git" }, "keywords": [ "discord", @@ -27,9 +27,9 @@ "author": "Amish Shah ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/hydrabolt/discord.js/issues" + "url": "https://github.com/discordjs/discord.js/issues" }, - "homepage": "https://github.com/hydrabolt/discord.js#readme", + "homepage": "https://github.com/discordjs/discord.js#readme", "runkitExampleFilename": "./docs/examples/ping.js", "dependencies": { "long": "^3.2.0", @@ -49,7 +49,7 @@ }, "devDependencies": { "@types/node": "^8.5.7", - "discord.js-docgen": "discordjs/discord.js-docgen", + "discord.js-docgen": "discordjs/docgen", "eslint": "^4.15.0", "parallel-webpack": "^2.2.0", "uglifyjs-webpack-plugin": "^1.1.6",