From f9ed8af20f4e37019e521752e93c99f895d2b241 Mon Sep 17 00:00:00 2001 From: KomaSeo Date: Thu, 9 Jan 2025 14:50:02 +0900 Subject: [PATCH] Update lectures.ts --- data/lectures.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/lectures.ts b/data/lectures.ts index 538ed06..49d5b62 100644 --- a/data/lectures.ts +++ b/data/lectures.ts @@ -26,6 +26,10 @@ const lectures: LectureInfo[] = [ { link: "https://docs.google.com/document/d/1k6iAR_OIMbKWnH2xFG_k-A6wLcLoiIutYeal0ShGqtU/edit", semester: "2022 Spring" + }, + { + link: "https://docs.google.com/document/d/1ykBgdW2Lp-druXDzfi4O7M_vRynfPGdy5xG58bnOt6c/edit?tab=t.0", + semester: "2024 Fall" } ] },