Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/summary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Link to="https://learn.mongodb.com/skills?team=devrel&">MongoDB Skill Badges</Link> and level up your skills today!
8 changes: 2 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down