Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/(main)/community/events/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
6 changes: 4 additions & 2 deletions src/app/day/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
]}
/>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Ambassadors Erik and An were also busy representing GraphQL at API Days Paris. A
</figure>

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

Expand Down
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
Loading