diff --git a/src/app/(main)/community/events/events.ts b/src/app/(main)/community/events/events.ts index 8bcf479818..b05c530573 100644 --- a/src/app/(main)/community/events/events.ts +++ b/src/app/(main)/community/events/events.ts @@ -69,7 +69,7 @@ export const events: Event[] = [ slug: "graphql-day-at-apidays", location: "CNIT La Defense, Paris", date: "2025-12-11T08:00:00+00:00", - eventLink: "https://graphql.day", + eventLink: "https://graphql.day/2025", host: "APIDays & GraphQL Community", hostLink: "https://apidays.co", }, diff --git a/src/app/day/layout.tsx b/src/app/day/layout.tsx index 1ad501ebe5..4ea5774034 100644 --- a/src/app/day/layout.tsx +++ b/src/app/day/layout.tsx @@ -59,8 +59,10 @@ export default function DayLayout({ href: "https://www.futureofsoftwaretechnologies.com/manifesto", }, { children: "All GraphQL Events", href: "/community/events/" }, - // 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. - { children: "GraphQL Day Paris 2025", href: "https://graphql.day" }, + { + children: "GraphQL Day Paris 2025", + href: "https://graphql.day/2025", + }, ]} /> diff --git a/src/pages/blog/2025-12-19-meet-the-december-ambassador-cohort/index.mdx b/src/pages/blog/2025-12-19-meet-the-december-ambassador-cohort/index.mdx index 80059ee927..a01a4eb7ba 100644 --- a/src/pages/blog/2025-12-19-meet-the-december-ambassador-cohort/index.mdx +++ b/src/pages/blog/2025-12-19-meet-the-december-ambassador-cohort/index.mdx @@ -32,7 +32,7 @@ Ambassadors Erik and An were also busy representing GraphQL at API Days Paris. A Four of our ambassadors (Erik, An, Aurélien, and Michael) joined five TSC members -to give talks during the APIDays event, also attending the dedicated [GraphQL.Day](https://graphql.day) track. +to give talks during the APIDays event, also attending the dedicated [GraphQL.Day](https://graphql.day/2025) track. ## How to Get Involved diff --git a/vercel.json b/vercel.json index edef81dbe3..5d0ef12a33 100644 --- a/vercel.json +++ b/vercel.json @@ -659,6 +659,11 @@ "source": "/conf/2025/event-resources", "destination": "https://sites.google.com/linuxfoundation.org/graphqlconf2025event-resources/event-resources", "permanent": false + }, + { + "source": "/day/2025", + "destination": "https://graphql.day/2025", + "permanent": true } ] }