From 81118d45b14b4676d1b63f7b033bb63eb7b92ad7 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 14 Jul 2023 02:35:42 +0200 Subject: [PATCH 1/2] chore: update meetings.json and newsrooom_videos.json (#1944) --- config/meetings.json | 6 ------ config/newsroom_videos.json | 12 ++++++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/config/meetings.json b/config/meetings.json index dbc7839241c..ba510e2e704 100644 --- a/config/meetings.json +++ b/config/meetings.json @@ -1,10 +1,4 @@ [ - { - "title": "Community Meeting", - "calLink": "https://www.google.com/calendar/event?eid=czRmMG5maHRsYjduM2g3dmwxMDM1Z3R0NzAgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn", - "url": "https://github.com/asyncapi/community/issues/645", - "date": "2023-04-04T08:00:00.000Z" - }, { "title": "Spec 3.0 Meeting", "calLink": "https://www.google.com/calendar/event?eid=djhsdjZvbmRsampvb2tsYzhkZWFyc3FtYTAgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn", diff --git a/config/newsroom_videos.json b/config/newsroom_videos.json index 0164b59d704..3f9cb695fb9 100644 --- a/config/newsroom_videos.json +++ b/config/newsroom_videos.json @@ -1,4 +1,10 @@ [ + { + "image_url": "https://i.ytimg.com/vi/WlD5rqmfezw/hqdefault.jpg", + "title": "Open Standards and Private Products: A DevRel's Dream or Nightmare", + "description": "We are discussing the impact of open standards and working with private products as a DevRel.", + "videoId": "WlD5rqmfezw" + }, { "image_url": "https://i.ytimg.com/vi/5o5BHJqGxIg/hqdefault.jpg", "title": "Community Meeting (July 11th 2023)", @@ -22,11 +28,5 @@ "title": "Community Meeting, Tuesday June 27th 2023", "description": "https://github.com/asyncapi/community/issues/762.", "videoId": "EvC2PZXEM0M" - }, - { - "image_url": "https://i.ytimg.com/vi/1jiRDmuA-zg/hqdefault.jpg", - "title": "Fran AMA AsyncAPI — 23 June 2023", - "description": "https://github.com/asyncapi/community/issues/764 AI-generated summary: - Fran and Benjamin discussed the release of version ...", - "videoId": "1jiRDmuA-zg" } ] \ No newline at end of file From 8549ce7a9de9fa1b59d311c9082061826af9ef20 Mon Sep 17 00:00:00 2001 From: Vishvamsinh Vaghela <90895835+vishvamsinh28@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:43:35 +0530 Subject: [PATCH 2/2] fix: meeting link issue fixed (#1949) --- public/_redirects | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/_redirects b/public/_redirects index 0946f4ed143..6d7dc0cee7e 100644 --- a/public/_redirects +++ b/public/_redirects @@ -69,3 +69,6 @@ https://www.asyncapi.io/* https://www.asyncapi.com/:splat 301! /generator /tools/generator 301! /github-actions /tools/github-actions 301! # TOOLS-REDIRECTION:END + +# Additional redirection +/community/meetings /community/events 301! \ No newline at end of file