From e8ebd8e8cc8022e9477c8bc8ee8f6ddcf8cf082c Mon Sep 17 00:00:00 2001
From: Max Slater <mjslater@andrew.cmu.edu>
Date: Sun, 10 Jan 2021 18:31:44 -0800
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index facc107..a3e0169 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ In this project, you will implement a simple software rasterizer that draws poin
 
 ## Getting started
 
-We will be distributing assignments with git. You can find the repository for this assignment at https://github.com/cmu462/DrawSVG. If you are unfamiliar with git, here is what you need to do to get the starter code:
+We will be distributing assignments with git. You can find the repository for this assignment at https://github.com/CMU-Graphics/DrawSVG. If you are unfamiliar with git, here is what you need to do to get the starter code:
 
 ```
-$ git clone https://github.com/cmu462/DrawSVG.git
+$ git clone https://github.com/CMU-Graphics/DrawSVG.git
 ```
 
 This will create a  folder with all the source files.
-- 
GitLab