We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b3b17 commit a970bfbCopy full SHA for a970bfb
1 file changed
src/components/Welcome.astro
@@ -31,13 +31,13 @@ const courses = [
31
{
32
title: "Intro to Contributing",
33
description: "Learn how to make your first open source contribution",
34
- url: "https://opensauced.pizza/learn",
+ url: "https://learn.osscommunities.com/",
35
icon: "🚀"
36
},
37
38
title: "Becoming a Maintainer",
39
description: "Discover the path to maintaining your own open source project",
40
41
icon: "🛠️"
42
}
43
];
0 commit comments