Skip to content

Commit a970bfb

Browse files
committed
Update course path
1 parent 47b3b17 commit a970bfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Welcome.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ const courses = [
3131
{
3232
title: "Intro to Contributing",
3333
description: "Learn how to make your first open source contribution",
34-
url: "https://opensauced.pizza/learn",
34+
url: "https://learn.osscommunities.com/",
3535
icon: "🚀"
3636
},
3737
{
3838
title: "Becoming a Maintainer",
3939
description: "Discover the path to maintaining your own open source project",
40-
url: "https://opensauced.pizza/learn",
40+
url: "https://learn.osscommunities.com/",
4141
icon: "🛠️"
4242
}
4343
];

0 commit comments

Comments
 (0)