From 8e534c6a839543eb88a15dba7c6c2309045f3d25 Mon Sep 17 00:00:00 2001 From: Nishtha Ahuja <45535788+nishthaAhujaa@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:09:23 +0530 Subject: [PATCH] fixed docdb links (#2533) * fixed docdb links Co-authored-by: Nishtha Ahuja --- src/Explorer/Quickstart/VCoreMongoQuickstartGuide.tsx | 5 +---- src/Explorer/SplashScreen/SplashScreen.tsx | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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: "", },