From 59b690885b46796e1a42debe93703a5499656374 Mon Sep 17 00:00:00 2001 From: Jem Gillam <6413628+jemgillam@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:00:55 +0000 Subject: [PATCH] Update events --- src/components/meetups.ts | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/src/components/meetups.ts b/src/components/meetups.ts index 0fb3c237a4..3da2be815e 100644 --- a/src/components/meetups.ts +++ b/src/components/meetups.ts @@ -22,7 +22,7 @@ export const meetups = [ city: "Tel Aviv-Yafo", state: "", country: "Israel", - link: "https://www.meetup.com/graphql-tlv", + link: "https://guild.host/graphql-tlv", official: false, }, }, @@ -35,7 +35,7 @@ export const meetups = [ city: "Austin", state: "TX", country: "USA", - link: "https://www.meetup.com/atx-graphql", + link: "https://guild.host/atx-graphql/", official: true, }, }, @@ -48,7 +48,7 @@ export const meetups = [ city: "Hamburg", state: "", country: "Germany", - link: "https://www.meetup.com/graphql-hamburg/", + link: "https://guild.host/graphql-hamburg/", official: false, }, }, @@ -61,7 +61,7 @@ export const meetups = [ city: "Seattle", state: "WA", country: "USA", - link: "https://www.meetup.com/graphql-seattle", + link: "https://guild.host/graphql-seattle/", official: false, }, }, @@ -74,7 +74,7 @@ export const meetups = [ city: "San Francisco", state: "CA", country: "USA", - link: "http://meetup.com/GraphQL-SF", + link: "https://guild.host/graphql-sf", official: false, }, }, @@ -100,7 +100,7 @@ export const meetups = [ city: "Copenhagen", state: "", country: "Denmark", - link: "https://www.meetup.com/copenhagen-graphql-meetup-group", + link: "https://guild.host/graphql-copenhagen/", official: false, }, }, @@ -169,13 +169,26 @@ export const meetups = [ official: true, }, }, + { + node: { + id: "montreal", + name: "GraphQL Montreal", + latitude: 45.51, + longitude: -73.56, + city: "Montreal", + state: "", + country: "Canada", + link: "https://guild.host/graphql-montreal", + official: true, + }, + }, { node: { id: "nairobe", - name: "GraphQL Nairobe", + name: "GraphQL Nairobi", latitude: -1.29, longitude: 36.82, - city: "Nairobe", + city: "Nairobi", state: "", country: "Kenya", link: "https://www.meetup.com/nairobi-graphql-meetup/",