From 19784c662ef876851553a47aa284c65f8af9790f Mon Sep 17 00:00:00 2001 From: CommanderFoo Date: Fri, 14 Oct 2022 12:44:14 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 669c160..e4bda25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ to the [issue tracker][2] in our GitHub repository. Even better, you can submit a Pull Request with a fix. However, before doing so, please read the [submission guidelines][3]. -[2]: https://github.com/ManticoreGamesInc/Bootcamp-NFT-Random-Cosmetic +[2]: https://github.com/ManticoreGamesInc/CC-NFT-Random-Cosmetic [3]: #submission-guidelines ### Missing a feature? @@ -71,7 +71,7 @@ go ahead. are no errors. This is a mandatory requirement for your PR to get accepted. 3. **Pull Request**: After making sure everything passes, commit your changes, - push your branch to GitHub and send a PR to `ManticoreGamesInc/Bootcamp-NFT-Random-Cosmetic:main`. + push your branch to GitHub and send a PR to `ManticoreGamesInc/CC-NFT-Random-Cosmetic:main`. If we suggest changes, make the required updates, rebase your branch and push the changes to your GitHub repository, which will automatically update your PR.