Skip to content

Commit a268136

Browse files
authored
Merge pull request #40 from mongodb-developer/sis0k0/fix-broken-links
Fix broken links and update CTA
2 parents 95d71f7 + ab28fcd commit a268136

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)