From d6f86e5013da566f950f8326befb2616e27ea611 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 16 May 2022 18:59:48 -0700 Subject: [PATCH] update sschedule generator link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dd9b2a..918acd4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ this on as a full project to work on for my Software Engineering class and is no work on this till completion, starting with this API, and then the front end, learning new tricks and languages along the way. -I highly recommend looking at the testing for [schedule generation](/test/scheduleGenerator), [version 3](/test/scheduleGenerator/v3.py) +I highly recommend looking at the testing for [schedule generation](/test/scheduleGenerator), [version 3](/test/scheduleGenerator/generator_v3.py) ## Future Plans