diff --git a/README.md b/README.md index 5d865d12..5b5a5673 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To stay current with new releases into the course repository, follow these steps 1. Add an upstream source ``` -git remote add upstream https://github.com/uvasds-systems/ds2002-course.git +git remote add upstream https://github.com/uvasds-systems/ds2002.git ``` 2. Fetch from the upstream branch: ``` @@ -49,7 +49,7 @@ git merge upstream/main main This can be run in a single block: ``` -git remote add upstream https://github.com/uvasds-systems/ds2002-course.git +git remote add upstream https://github.com/uvasds-systems/ds2002.git git fetch upstream git merge upstream/main main ```