diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c305ede..6b96cd5d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ We love your input! We want to make contributing to this project as easy and tra * Fork the repo and clone it on your machine. * Add a upstream link to main branch in your cloned repo ``` - git remote add upstream https://github.com/Py-Contributors/AlgorithmsAndDataStructure.git + git remote add upstream https://github.com/codeperfectplus/AlgorithmsAndDataStructure.git ``` * Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes) ```