diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01c3b75..9720b10 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ There are a few conventions that have developed over time for this project. When We won't accept pull requests unless these checks pass. If yours fail, simply fix what the bot says until it passes and then get a repo member to review your code. -The rules for the code is based upon [Vylpes' Config Repo](https://github.com/vylpes/config) +The rules for the code is based upon [Gravity Software's Config Repo](https://github.com/GetGravitySoft/Config) * Variable names should use **Camel Case** * Functions should put **braces on the same line** @@ -119,8 +119,8 @@ Enhancement suggestions are tracked as GitHub issues. After you've determined th Unsure where to begin contributing to VylBot Core? You can start by looking through these `good first` and `help wanted` issues: -* [Good first issue](https://github.com/vylpes/vylbot-core/labels/good%20first%20issue) - issues which should only require a few lines of code, and a test or two. -* [Help wanted](https://github.com/vylpes/vylbot-core/labels/help%20wanted) - issues which should be a bit more involved than `good first` issues. +* [Good first issue](https://github.com/getgravitysoft/vylbot-core/labels/good%20first%20issue) - issues which should only require a few lines of code, and a test or two. +* [Help wanted](https://github.com/getgravitysoft/vylbot-core/labels/help%20wanted) - issues which should be a bit more involved than `good first` issues. #### Prerequisites @@ -251,7 +251,7 @@ There are a few conventions that have developed over time for this project. When We won't accept pull requests unless these checks pass. If yours fail, simply fix what the bot says until it passes and then get a repo member to review your code. -The rules for the code is based upon [Vylpes' Config Repo](https://github.com/vylpes/config) +The rules for the code is based upon [Gravity Software's Config Repo](https://github.com/getgravitysoft/config) * Variable names should use **Camel Case** * Functions should put **braces on the same line** diff --git a/README.md b/README.md index aa52b24..e50b5ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Discord bot client based upon Discord.js ## Installation -Download the latest version from the [releases page](https://github.com/Vylpes/vylbot-core/releases). +Download the latest version from the [releases page](https://github.com/GetGravitySoft/vylbot-core/releases). Copy the config template file and fill in the strings. @@ -38,11 +38,11 @@ const client = new vylbot.client(config); client.start(); ``` -See the [docs](https://github.com/Vylpes/vylbot-core/blob/main/docs/index.md) for more information on how to use vylbot-core +See the [docs](https://github.com/GetGravitySoft/vylbot-core/blob/main/docs/index.md) for more information on how to use vylbot-core ## VylBot Essentials -Want basic commands to add to your bot? Checkout [VylBot Essentials](https://github.com/vylpes/vylbot-essentials)! +Want basic commands to add to your bot? Checkout [VylBot Essentials](https://github.com/GetGravitySoft/vylbot-essentials)! Latest release: `1.0.0` on `3rd November 2020`