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 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