Skip to content

Commit e27aa6b

Browse files
authored
Merge pull request #48 from mongodb-developer/sis0k0/fix-broken-links
Fix broken links and update CTA
2 parents 4373c6a + f8fd078 commit e27aa6b

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

docs/90-summary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Congratulations! Following this tutorial, you have successfully:
1313
* Installed additional tools such as Compass.
1414
* Imported the library sample dataset.
1515

16-
Visit the <Link to="https://mongodb.com/developer/">MongoDB Developer Center</Link> for more useful information and tutorials.
16+
Explore all free <Link to="https://learn.mongodb.com/skills?team=devrel&">MongoDB Skill Badge</Link> courses and level up your skills today!

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
}, {
Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
{
22
"link.item.label.Try MongoDB Atlas": {
33
"message": "试用 MongoDB Atlas",
4-
"description": "The label of footer link with label=Try MongoDB Atlas linking to https://www.mongodb.com/try?utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
4+
"description": "The label of footer link with label=Try MongoDB Atlas linking to https://www.mongodb.com/try"
55
},
66
"link.item.label.Forums": {
77
"message": "论坛",
8-
"description": "The label of footer link with label=Forums linking to https://www.mongodb.com/community/forums/utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
8+
"description": "The label of footer link with label=Forums linking to https://www.mongodb.com/community/forums"
99
},
10-
"link.item.label.Developer Center": {
11-
"message": "开发者中心",
12-
"description": "The label of footer link with label=Developer Center linking to https://www.mongodb.com/developer/utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
13-
},
14-
"link.item.label.MongoDB University": {
15-
"message": "MongoDB 大学",
16-
"description": "The label of footer link with label=MongoDB University linking to https://learn.mongodb.com/utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
10+
"link.item.label.Skill Badges": {
11+
"message": "Skill Badges",
12+
"description": "The label of footer link with label=Skill Badges linking to https://learn.mongodb.com/skills?team=devrel"
1713
},
1814
"link.item.label.This lab in GitHub": {
1915
"message": "GitHub 上的更多实验",
20-
"description": "The label of footer link with label=This lab in GitHub linking to https://github.com/mongodb-developer/search-lab"
16+
"description": "The label of footer link with label=This lab in GitHub linking to https://github.com/mongodb-developer/intro-lab"
2117
},
22-
"link.item.label.© 2024 MongoDB, Inc.": {
23-
"message": "© 2024 MongoDB, Inc.",
24-
"description": "The label of footer link with label=© 2024 MongoDB, Inc. linking to #"
18+
"link.item.label.© 2025 MongoDB, Inc.": {
19+
"message": "© 2025 MongoDB, Inc.",
20+
"description": "The label of footer link with label=© 2025 MongoDB, Inc. linking to #"
2521
}
2622
}

0 commit comments

Comments
 (0)