diff --git a/docs/summary.mdx b/docs/summary.mdx index 62a2e9f..9ab35c4 100644 --- a/docs/summary.mdx +++ b/docs/summary.mdx @@ -12,4 +12,4 @@ Congratulations! Following this tutorial, you have successfully: * Converted SQL queries and stored procedures to MongoDB query language. * Migrated data to MongoDB. -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. +Explore all free MongoDB Skill Badges and level up your skills today! \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index dc0c24a..8c32375 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -58,12 +58,8 @@ const footerLinks = [ href: `https://www.mongodb.com/community/forums?${utmParams}`, }, { - label: "Developer Center", - href: `https://www.mongodb.com/developer?${utmParams}`, - }, - { - label: "MongoDB University", - href: `https://learn.mongodb.com?${utmParams}`, + label: 'Skill Badges', + href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`, }, { href: `https://github.com/${organizationName}/${workshopName}`,