Skip to content

Commit d064333

Browse files
committed
Fix broken links
1 parent 4373c6a commit d064333

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docusaurus.config.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,12 @@ const footerLinks = [{
5252
href: `https://www.mongodb.com/try?${utmParams}`
5353
}, {
5454
label: "Forums",
55-
href: `https://www.mongodb.com/community/forums/${utmParams}`
56-
}, {
57-
label: "Developer Center",
58-
href: `https://www.mongodb.com/developer/${utmParams}`
59-
}, {
60-
label: "MongoDB University",
61-
href: `https://learn.mongodb.com/${utmParams}`
55+
href: `https://www.mongodb.com/community/forums?${utmParams}`
6256
}, {
57+
label: "Skill Badges",
58+
href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`
59+
},
60+
{
6361
href: `https://github.com/${organizationName}/${workshopName}`,
6462
label: "This lab in GitHub"
6563
}, {

0 commit comments

Comments
 (0)