Skip to content

Commit 8c02c9b

Browse files
committed
Merge branch 'main' into add-correct-mongodb-import-uri
2 parents 9b7e2d6 + a268136 commit 8c02c9b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docs/summary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Congratulations! Following this tutorial, you have successfully:
1212
* Converted SQL queries and stored procedures to MongoDB query language.
1313
* Migrated data to MongoDB.
1414

15-
Visit the [MongoDB Developer Center](https://mongodb.com/developer/?utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=soccer_workshop&utm_term=stanimira_vlaeva) for more useful information and tutorials.
15+
Explore all free <Link to="https://learn.mongodb.com/skills?team=devrel&">MongoDB Skill Badges</Link> and level up your skills today!

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)