Skip to content

Commit 48a66e8

Browse files
authored
Update links to be acm.gg instead of go.acm (#365)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated external shortlinks across the application to new unified domains. Affected links include Discord invitations, reimbursement submissions, SIG pizza signups, and member access request support pages. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 79bc1fd commit 48a66e8

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

src/api/functions/ses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export function generateSalesEmail(
226226
If you have any questions, feel free to ask on our Discord!
227227
</p>
228228
<div style="text-align: center; margin-top: 20px;">
229-
<a href="https://go.acm.illinois.edu/discord" class="button">Join our Discord</a>
229+
<a href="https://acm.gg/discord" class="button">Join our Discord</a>
230230
</div>
231231
</div>
232232
<div class="footer">

src/ui/components/AppShell/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ export const navItems = [
121121

122122
export const extLinks = [
123123
{
124-
link: "https://go.acm.illinois.edu/reimburse",
124+
link: "https://acm.gg/reimburse",
125125
name: "Funding and Reimbursement Requests",
126126
icon: IconFileDollar,
127127
description: null,
128128
},
129129
{
130-
link: "https://go.acm.illinois.edu/sigpizza",
130+
link: "https://acm.gg/sigpizza",
131131
name: "Pizza Request Form",
132132
icon: IconPizza,
133133
description: null,

src/ui/components/AuthGuard/index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,8 @@ export const AuthGuard: React.FC<
211211
<Title>Unauthorized</Title>
212212
<Text>
213213
You have not been granted access to this module. Please fill out the{" "}
214-
<a href="https://go.acm.illinois.edu/access_request">
215-
access request form
216-
</a>{" "}
217-
to request access to this module.
214+
<a href="https://acm.gg/access_request">access request form</a> to
215+
request access to this module.
218216
</Text>
219217
<Card withBorder>
220218
<Title order={3} mb="md">

0 commit comments

Comments
 (0)