From b427251d6683e91a37fc3dce3dd154027e48098f Mon Sep 17 00:00:00 2001
From: Jeffrey Li <113738260+jhl4@users.noreply.github.com>
Date: Mon, 5 Feb 2024 20:41:29 -0500
Subject: [PATCH] Update lab05.md
change lab04 repo link
---
labs/lab05.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/labs/lab05.md b/labs/lab05.md
index 67e6ab9..ced4caa 100644
--- a/labs/lab05.md
+++ b/labs/lab05.md
@@ -13,7 +13,7 @@
## Instructions
### Setup
-Fork and clone the repo from [https://github.com/CMU-17-214/f23-lab05](https://github.com/CMU-17-214/f23-lab05.git)
+Fork and clone the repo from [https://github.com/CMU-17-214/s24-lab05](https://github.com/CMU-17-214/s24-lab05)
## Task Overview
You will examine the strengths and weaknesses of inheritance and delegation by using both techniques to add a feature to a ```SortedIntList``` class. The ```SortedIntList``` class is one of a family of integer lists. It is very similar to the ```AbstractIntList```, except it stores its elements in ascending order.