Skip to content

Commit c6f2ae3

Browse files
committed
Fix broken link
1 parent 95d71f7 commit c6f2ae3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docusaurus.config.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,8 @@ const footerLinks = [
5858
href: `https://www.mongodb.com/community/forums?${utmParams}`,
5959
},
6060
{
61-
label: "Developer Center",
62-
href: `https://www.mongodb.com/developer?${utmParams}`,
63-
},
64-
{
65-
label: "MongoDB University",
66-
href: `https://learn.mongodb.com?${utmParams}`,
61+
label: 'Skill Badges',
62+
href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`,
6763
},
6864
{
6965
href: `https://github.com/${organizationName}/${workshopName}`,

0 commit comments

Comments
 (0)