From 3a8405555ac6611c559fd163f17692f8185f32d5 Mon Sep 17 00:00:00 2001 From: curiouspaul1 Date: Mon, 18 Sep 2023 18:23:53 +0100 Subject: [PATCH] updates for new link --- firebase.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/firebase.json b/firebase.json index c66c9a5..01ae84f 100644 --- a/firebase.json +++ b/firebase.json @@ -102,8 +102,8 @@ "type": 301 }, { - "source": "/career_in_tech", - "destination": "https://gdsc.community.dev/events/details/developer-student-clubs-university-of-lagos-presents-building-a-career-in-tech/", + "source": "/team_building", + "destination": "https://gdsc.community.dev/events/details/developer-student-clubs-university-of-lagos-presents-team-building/ ", "type": 301 }, { @@ -115,6 +115,11 @@ "source": "/shop", "destination": "https://flutterwave.com/store/gdsc", "type": 301 + }, + { + "source": "/hands_on_lab", + "destination": "https://gdsc.community.dev/events/details/developer-student-clubs-university-of-lagos-presents-automating-builds-and-deployments-with-cicd-pipelines/", + "type": 301 } ] }