From c6f2ae32fd49ec7feaeae2ca54667e4a26036ced Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Fri, 17 Oct 2025 16:15:16 +0300 Subject: [PATCH 1/2] Fix broken link --- docusaurus.config.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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}`, From ab28fcdbf3dad6a243d359bd5cc93b99fa5a051d Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Fri, 17 Oct 2025 16:15:30 +0300 Subject: [PATCH 2/2] Replace Dev Center CTA with a Skill Badge CTA --- docs/summary.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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