This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 826393b188f7dd5fa73832def9d7aa7c3ca5e2f8 Author: Lari Hotari <[email protected]> AuthorDate: Mon Oct 28 10:37:02 2024 +0200 Remove meetups that don't exist any more --- data/events.ts | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/data/events.ts b/data/events.ts index 03c52a94a31d..8b963841149d 100644 --- a/data/events.ts +++ b/data/events.ts @@ -109,19 +109,9 @@ export const resources: Record<Category, Resource[]> = { ], meetups: [ { - title: "NorCal Apache Pulsar Neighborhood Meetup Group", - description: "", - link: "https://www.meetup.com/nor-cal-apache-pulsar-meetup-group/", - }, - { - title: "Netherlands Apache Pulsar Meetup Group", - description: "", - link: "https://www.meetup.com/netherlands-apache-pulsar-meetup/", - }, - { - title: "SoCal Apache Pulsar Neighborhood Meetup Group", + title: "SF Bay Area Apache Pulsar Meetup", description: "", - link: "https://www.meetup.com/socal-apache-pulsar-meetup-group/", + link: "https://www.meetup.com/SF-Bay-Area-Apache-Pulsar-Meetup/", }, { title: "New York City Apache Pulsar Meetup", @@ -129,19 +119,19 @@ export const resources: Record<Category, Resource[]> = { link: "https://www.meetup.com/new-york-city-apache-pulsar-meetup/", }, { - title: "Beijing Apache PulsarĀ® Meetup by StreamNative", + title: "Japan Pulsar User Group", description: "", - link: "https://www.meetup.com/beijing-apache-pulsar-meetup-by-streamnative/", + link: "https://japan-pulsar-user-group.connpass.com/", }, { - title: "SF Bay Area Apache Pulsar Meetup", + title: "Netherlands Apache Pulsar Meetup Group", description: "", - link: "https://www.meetup.com/SF-Bay-Area-Apache-Pulsar-Meetup/", + link: "https://www.meetup.com/netherlands-apache-pulsar-meetup/", }, { - title: "Japan Pulsar User Group", + title: "Beijing Apache Pulsar Meetup by StreamNative", description: "", - link: "https://japan-pulsar-user-group.connpass.com/", + link: "https://www.meetup.com/beijing-apache-pulsar-meetup-by-streamnative/", }, ], playlists: [
