Update Makefile
diff --git a/Makefile b/Makefile
index 226f016..cbe8fc3 100644
--- a/Makefile
+++ b/Makefile
@@ -23,11 +23,11 @@
 
 ifeq ($(CARAVEL_LITE),1) 
 	CARAVEL_NAME := caravel-lite
-	CARAVEL_REPO := https://github.com/efabless/caravel_openframe-lite
+	CARAVEL_REPO := https://github.com/efabless/caravel-lite
 	CARVEL_TAG := 'rc-8'
 else
 	CARAVEL_NAME := caravel
-	CARAVEL_REPO := https://github.com/efabless/caravel_openframe
+	CARAVEL_REPO := https://github.com/efabless/caravel
 	CARVEL_TAG := 'rc-8'
 endif