From 3f3d293f3aae4d2dc3f724780aa176a326444c40 Mon Sep 17 00:00:00 2001 From: TenzDelek <122612557+TenzDelek@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:23:17 +0530 Subject: [PATCH] fix: redirection Link fix (#467) Co-authored-by: Ashmit Jagtap %0ACo-authored-by: asyncapi-bot --- config/city-lists.json | 2 +- pages/venue/[id].js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/city-lists.json b/config/city-lists.json index 3af74914..f0649aa3 100644 --- a/config/city-lists.json +++ b/config/city-lists.json @@ -7,7 +7,7 @@ "description": "Join us for the AsyncAPI Online Conference Edition as the community unites across the globe to share experiences, collaborate, and foster meaningful connections.", "img": "/img/testMic.webp", "address": "AsyncAPI YouTube Channel", - "map": "https://www.youtube.com/live/F9wHxd-v2f0?si=PT8BuAUKNmoLHRiM", + "map": "https://www.youtube.com/playlist?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2", "sponsors": [ "/img/apidays.png" ], diff --git a/pages/venue/[id].js b/pages/venue/[id].js index ef15092d..8ed0a255 100644 --- a/pages/venue/[id].js +++ b/pages/venue/[id].js @@ -53,7 +53,7 @@ function Venue({ city }) { {city.description} - + {city.address}