Skip to content

Commit df422e2

Browse files
committed
Fix broken links
1 parent 47002ff commit df422e2

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docusaurus.config.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,18 @@ const featureList = [{
5252
}];
5353

5454
const utmAdvocateName = `diego.freniche`;
55-
const utmWorkshopName = "docusaurus_workshop";
55+
const utmWorkshopName = "aggregations.workshop";
5656
const utmParams = `utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=${utmWorkshopName}&utm_term=${utmAdvocateName}`;
5757

5858
const footerLinks = [{
5959
label: "Try MongoDB Atlas",
6060
href: `https://www.mongodb.com/try?${utmParams}`
6161
}, {
6262
label: "Forums",
63-
href: `https://www.mongodb.com/community/forums/${utmParams}`
63+
href: `https://www.mongodb.com/community/forums?${utmParams}`
6464
}, {
65-
label: "Developer Center",
66-
href: `https://www.mongodb.com/developer/${utmParams}`
67-
}, {
68-
label: "MongoDB University",
69-
href: `https://learn.mongodb.com/${utmParams}`
65+
label: "Skill Badges",
66+
href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`
7067
}, {
7168
href: `https://github.com/${organizationName}/${workshopName}`,
7269
label: "This lab in GitHub"
@@ -103,7 +100,8 @@ const config = {
103100

104101
customFields: {
105102
startButtonTitle: `${startButtonTitle}`,
106-
featureList: featureList
103+
featureList: featureList,
104+
utmParams
107105
},
108106

109107
presets: [["classic", ({

0 commit comments

Comments
 (0)