Skip to content

Commit d864b54

Browse files
committed
Update GraphQL Day Paris 2025 links to graphql.day/2025, add /day/2025 redirect
1 parent a688343 commit d864b54

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

src/app/(main)/community/events/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const events: Event[] = [
6969
slug: "graphql-day-at-apidays",
7070
location: "CNIT La Defense, Paris",
7171
date: "2025-12-11T08:00:00+00:00",
72-
eventLink: "https://graphql.day",
72+
eventLink: "https://graphql.day/2025",
7373
host: "APIDays & GraphQL Community",
7474
hostLink: "https://apidays.co",
7575
},

src/app/day/layout.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ export default function DayLayout({
3333
children: "GraphQL Day Singapore",
3434
href: "/day/2026/singapore",
3535
},
36+
{
37+
children: "GraphQL Day Paris 2025",
38+
href: "https://graphql.day/2025",
39+
},
3640
]}
3741
/>
3842
<ThemeProvider attribute="class">
@@ -59,8 +63,7 @@ export default function DayLayout({
5963
href: "https://www.futureofsoftwaretechnologies.com/manifesto",
6064
},
6165
{ children: "All GraphQL Events", href: "/community/events/" },
62-
// todo: we need to find a better link to use here. the .day website will probably be updated to redirect to this or match this.
63-
{ children: "GraphQL Day Paris 2025", href: "https://graphql.day" },
66+
{ children: "GraphQL Day Paris 2025", href: "https://graphql.day/2025" },
6467
]}
6568
/>
6669
</>

src/pages/blog/2025-12-19-meet-the-december-ambassador-cohort/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Ambassadors Erik and An were also busy representing GraphQL at API Days Paris. A
3232
</figure>
3333

3434
Four of our ambassadors (Erik, An, Aurélien, and Michael) joined five TSC members
35-
to give talks during the APIDays event, also attending the dedicated [GraphQL.Day](https://graphql.day) track.
35+
to give talks during the APIDays event, also attending the dedicated [GraphQL.Day](https://graphql.day/2025) track.
3636

3737
## How to Get Involved
3838

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,11 @@
659659
"source": "/conf/2025/event-resources",
660660
"destination": "https://sites.google.com/linuxfoundation.org/graphqlconf2025event-resources/event-resources",
661661
"permanent": false
662+
},
663+
{
664+
"source": "/day/2025",
665+
"destination": "https://graphql.day/2025",
666+
"permanent": true
662667
}
663668
]
664669
}

0 commit comments

Comments
 (0)