Skip to content

Commit 230b838

Browse files
authored
Update events page (#2343)
1 parent 116f745 commit 230b838

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

src/components/meetups.ts

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const meetups = [
2222
city: "Tel Aviv-Yafo",
2323
state: "",
2424
country: "Israel",
25-
link: "https://www.meetup.com/graphql-tlv",
25+
link: "https://guild.host/graphql-tlv",
2626
official: false,
2727
},
2828
},
@@ -35,7 +35,7 @@ export const meetups = [
3535
city: "Austin",
3636
state: "TX",
3737
country: "USA",
38-
link: "https://www.meetup.com/atx-graphql",
38+
link: "https://guild.host/atx-graphql/",
3939
official: true,
4040
},
4141
},
@@ -48,7 +48,7 @@ export const meetups = [
4848
city: "Hamburg",
4949
state: "",
5050
country: "Germany",
51-
link: "https://www.meetup.com/graphql-hamburg/",
51+
link: "https://guild.host/graphql-hamburg/",
5252
official: false,
5353
},
5454
},
@@ -61,7 +61,7 @@ export const meetups = [
6161
city: "Seattle",
6262
state: "WA",
6363
country: "USA",
64-
link: "https://www.meetup.com/graphql-seattle",
64+
link: "https://guild.host/graphql-seattle/",
6565
official: false,
6666
},
6767
},
@@ -74,7 +74,7 @@ export const meetups = [
7474
city: "San Francisco",
7575
state: "CA",
7676
country: "USA",
77-
link: "http://meetup.com/GraphQL-SF",
77+
link: "https://guild.host/graphql-sf",
7878
official: false,
7979
},
8080
},
@@ -100,7 +100,7 @@ export const meetups = [
100100
city: "Copenhagen",
101101
state: "",
102102
country: "Denmark",
103-
link: "https://www.meetup.com/copenhagen-graphql-meetup-group",
103+
link: "https://guild.host/graphql-copenhagen/",
104104
official: false,
105105
},
106106
},
@@ -169,13 +169,26 @@ export const meetups = [
169169
official: true,
170170
},
171171
},
172+
{
173+
node: {
174+
id: "montreal",
175+
name: "GraphQL Montreal",
176+
latitude: 45.51,
177+
longitude: -73.56,
178+
city: "Montreal",
179+
state: "",
180+
country: "Canada",
181+
link: "https://guild.host/graphql-montreal",
182+
official: true,
183+
},
184+
},
172185
{
173186
node: {
174187
id: "nairobe",
175-
name: "GraphQL Nairobe",
188+
name: "GraphQL Nairobi",
176189
latitude: -1.29,
177190
longitude: 36.82,
178-
city: "Nairobe",
191+
city: "Nairobi",
179192
state: "",
180193
country: "Kenya",
181194
link: "https://www.meetup.com/nairobi-graphql-meetup/",

0 commit comments

Comments
 (0)