From 27dd80481c88bac56b654fba1761a510e77b7f97 Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 7 Apr 2025 15:42:30 -0700 Subject: [PATCH] fix broken url --- src/data/activities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/activities.json b/src/data/activities.json index 00b8f16..0fec374 100644 --- a/src/data/activities.json +++ b/src/data/activities.json @@ -2,7 +2,7 @@ { "title": "Quarterly Project", "text": "QP is a quarter-long project competition. Students collaborate in teams of up to 6 to build a product aligned with a quarterly theme.", - "link": "/quarterly", + "link": "/projects/quarterly", "number": "01", "delay": "100" },