From 78703eec9763e6b4a98a68310ff55d10f4e76e29 Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sun, 22 Sep 2024 07:16:47 -0400 Subject: [PATCH] fix: update project url --- data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.js b/data.js index c924ea3..9737c50 100644 --- a/data.js +++ b/data.js @@ -1,7 +1,7 @@ export const APPLICATION_URL = "https://github.com/DaleStudy/leetcode-study/discussions/209"; export const DISCORD_URL = "https://discord.gg/6TwzdnW6ze"; -export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/1"; +export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/3"; export const CONTRIBUTING_URL = "https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md"; export const FAQ_URL =