diff --git a/src/Explorer/Quickstart/VCoreMongoQuickstartGuide.tsx b/src/Explorer/Quickstart/VCoreMongoQuickstartGuide.tsx
index fa40d8e4c..c0c9d60ca 100644
--- a/src/Explorer/Quickstart/VCoreMongoQuickstartGuide.tsx
+++ b/src/Explorer/Quickstart/VCoreMongoQuickstartGuide.tsx
@@ -296,10 +296,7 @@ export const VcoreMongoQuickstartGuide: React.FC = (): JSX.Element => {
Modernize your data seamlessly from an existing MongoDB cluster, whether it's on-premises or
hosted in the cloud, to Azure DocumentDB.
-
+
Learn more
diff --git a/src/Explorer/SplashScreen/SplashScreen.tsx b/src/Explorer/SplashScreen/SplashScreen.tsx
index 1c2e9550e..8d7749f79 100644
--- a/src/Explorer/SplashScreen/SplashScreen.tsx
+++ b/src/Explorer/SplashScreen/SplashScreen.tsx
@@ -791,7 +791,7 @@ export const SplashScreen: React.FC = ({ explorer }) => {
const vcoreMongoNextStepItems: { link: string; title: string; description: string }[] = [
{
- link: "https://learn.microsoft.com/azure/cosmos-db/mongodb/vcore/migration-options",
+ link: "https://learn.microsoft.com/azure/documentdb/migration-options",
title: t(Keys.splashScreen.nextStepItems.vcoreMongo.migrateData),
description: "",
},