Skip to content

Commit 81cd00f

Browse files
authored
Fix: update incorrect event links in Latest News & Updates section to point to correct sessions (#13)
1 parent 95208b9 commit 81cd00f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/components/sections/NewsSection.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,22 @@ const NewsSection: React.FC = () => {
5757
// 2023 News
5858
{
5959
id: 5,
60-
title: "Observability & AIOps at Scale with Dynatrace",
61-
summary: "Technical session discussing how to implement observability and AIOps practices at enterprise scale using Dynatrace.",
60+
title: "Communication Skills Session Part (3)",
61+
summary: "Explore presentation skills, email etiquette, and personal branding with industry leaders in this impactful communication session.",
6262
date: "2023-09-05",
63-
type: "technical",
64-
source: "DevOps Visions Public Community",
65-
link: "https://www.youtube.com/watch?v=YHSX5_vLR8Q",
63+
type: "career",
64+
source: "Elmentor Program",
65+
link: "https://www.youtube.com/watch?v=LNmBb1Yrdko",
6666
year: "2023"
6767
},
6868
{
6969
id: 6,
70-
title: "GitHub - DevOps All You Need to Know",
71-
summary: "Comprehensive overview of GitHub's DevOps capabilities and integration points for modern development workflows.",
72-
date: "2023-05-20",
73-
type: "event",
74-
source: "DevOps Visions Public Community",
75-
link: "https://www.youtube.com/watch?v=nD8t6LVBTdE",
70+
title: "Maximizing Productivity with Azure DevOps and Logic Apps",
71+
summary: "An expert-led session on integrating Azure DevOps with Logic Apps to supercharge your workflow. Practical insights included.",
72+
date: "2023-08-29",
73+
type: "technical",
74+
source: "Elmentor Program",
75+
link: "https://www.youtube.com/watch?v=AhBsuOYnEEI&t=414s",
7676
year: "2023"
7777
}
7878
];

0 commit comments

Comments
 (0)