fixed docdb links (#2533)

* fixed docdb links
Co-authored-by: Nishtha Ahuja <nishthaahuja@microsoft.com>
This commit is contained in:
Nishtha Ahuja
2026-07-08 01:09:23 +05:30
committed by GitHub
parent b7caca1cd6
commit 8e534c6a83
2 changed files with 2 additions and 5 deletions
@@ -296,10 +296,7 @@ export const VcoreMongoQuickstartGuide: React.FC = (): JSX.Element => {
<br />
Modernize your data seamlessly from an existing MongoDB cluster, whether it&apos;s on-premises or
hosted in the cloud, to Azure DocumentDB.&nbsp;
<Link
target="_blank"
href="https://learn.microsoft.com/azure/cosmos-db/mongodb/vcore/migration-options"
>
<Link target="_blank" href="https://learn.microsoft.com/azure/documentdb/migration-options">
Learn more
</Link>
</Text>
+1 -1
View File
@@ -791,7 +791,7 @@ export const SplashScreen: React.FC<SplashScreenProps> = ({ 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: "",
},