From d23d4d87f4f9809df2ac89e80dc5ca1755162aeb Mon Sep 17 00:00:00 2001 From: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> Date: Sun, 9 May 2021 21:00:33 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ```