Skip to content

Commit

Permalink
Update data.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Oct 26, 2022
1 parent 86ee15e commit 32263f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/server/links/data.ts
Expand Up @@ -8,10 +8,10 @@ export const LINKS = {
'acm-w': 'https://sites.google.com/view/acm-w',
'covid-19':
'https://docs.google.com/document/d/1aEfH50N0fmeK3JiID968DoG41jmdk3nelDipQpF6yio/edit?usp=sharing',
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',
gfi: 'https://github.com/EthanThatOneKid/acmcsuf.com/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22',
bug: '/issues/new?assignees=&labels=bug&template=bug_report.yaml',
enhance: '/issues/new?assignees=&labels=enhancement&template=feature_request.yaml',
issues: '/github/issues',
gfi: '/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22',
devform: 'https://forms.gle/Uu8bbHkuVCRspxZK8',
devdeck:
'https://docs.google.com/presentation/d/1I2iuN2h1awuqtd2osNo3kYuxdsYGOEwGYC1zn9zHtvs/edit?usp=sharing',
Expand All @@ -21,7 +21,7 @@ export const LINKS = {
'css-basics': 'https://codepen.io/alancortez1337/pen/BaxmJWL',
'grid-play': 'https://codepen.io/jorgeemejia/pen/MWGBdQj',
'frank-grid': 'https://codepen.io/alancortez1337/pen/xxjPVbG',
arch: 'https://github.com/EthanThatOneKid/acmcsuf.com/blob/main/ARCHITECTURE.md',
arch: '/github/blob/main/ARCHITECTURE.md',
'game-night': 'https://discord.com/events/710225099923521558/1031436363259723817',
webdevform:
'https://docs.google.com/forms/d/e/1FAIpQLSflnzKjgYKmNOkwIYRVveGVGuzso4Fm9Ph0gxAULgt6w5Xx9A/viewform',
Expand Down

0 comments on commit 32263f3

Please sign in to comment.