Skip to content

Commit 01ce9ce

Browse files
authored
Update GraphQL Day Paris 2025 links to graphql.day/2025 (#2376)
- Point all graphql.day links to graphql.day/2025 - Add /day/2025 → graphql.day/2025 redirect
1 parent a688343 commit 01ce9ce

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ export default function DayLayout({
5959
href: "https://www.futureofsoftwaretechnologies.com/manifesto",
6060
},
6161
{ 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" },
62+
{
63+
children: "GraphQL Day Paris 2025",
64+
href: "https://graphql.day/2025",
65+
},
6466
]}
6567
/>
6668
</>

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)