From 7e0e6e5a59572b316c4b22ee59f370feb18864ff Mon Sep 17 00:00:00 2001 From: Karnikaa Velumani <60043611+karnikaavelumani@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:19:04 -0700 Subject: [PATCH] Updated new links (#503) Removed old links and added an additional link for "good first issues" --- src/lib/constants/links.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/lib/constants/links.ts b/src/lib/constants/links.ts index 51e7236f6..60ac416a9 100644 --- a/src/lib/constants/links.ts +++ b/src/lib/constants/links.ts @@ -11,13 +11,5 @@ export const links = { bug: 'https://github.com/EthanThatOneKid/acmcsuf.com/issues/new?assignees=&labels=bug&template=bug_report.yaml', enhance: 'https://github.com/EthanThatOneKid/acmcsuf.com/issues/new?assignees=&labels=enhancement&template=feature_request.yaml', - 'history-of-rss': 'https://acmcsuf.com/blog/269', - v2: 'https://acmcsuf.com/blog/262', - 'create-html': 'https://github.com/mikeploythai/create-html', - apply: 'https://forms.gle/eFpFuiDW6fyRrbUN6', - election: 'https://forms.gle/m2MrswqTuxUsdb4y5', - f22positions: - 'https://www.notion.so/jn42/2022-23-Board-Elections-3bbf4851a9334b199b512bd5a5c4b5f7', - f22apply: - 'https://docs.google.com/forms/d/e/1FAIpQLSfK16Y3REQza6_5mHeCIr6vLo8-bcCvU6_xR-bCUgERBq86bg/viewform?usp=sf_link', + gfi: 'https://github.com/EthanThatOneKid/acmcsuf.com/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22', } as const;