mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-07-20 20:37:18 +01:00
fixed docdb links (#2533)
* fixed docdb links Co-authored-by: Nishtha Ahuja <nishthaahuja@microsoft.com>
This commit is contained in:
@@ -296,10 +296,7 @@ export const VcoreMongoQuickstartGuide: React.FC = (): JSX.Element => {
|
|||||||
<br />
|
<br />
|
||||||
Modernize your data seamlessly from an existing MongoDB cluster, whether it's on-premises or
|
Modernize your data seamlessly from an existing MongoDB cluster, whether it's on-premises or
|
||||||
hosted in the cloud, to Azure DocumentDB.
|
hosted in the cloud, to Azure DocumentDB.
|
||||||
<Link
|
<Link target="_blank" href="https://learn.microsoft.com/azure/documentdb/migration-options">
|
||||||
target="_blank"
|
|
||||||
href="https://learn.microsoft.com/azure/cosmos-db/mongodb/vcore/migration-options"
|
|
||||||
>
|
|
||||||
Learn more
|
Learn more
|
||||||
</Link>
|
</Link>
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
@@ -791,7 +791,7 @@ export const SplashScreen: React.FC<SplashScreenProps> = ({ explorer }) => {
|
|||||||
|
|
||||||
const vcoreMongoNextStepItems: { link: string; title: string; description: string }[] = [
|
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),
|
title: t(Keys.splashScreen.nextStepItems.vcoreMongo.migrateData),
|
||||||
description: "",
|
description: "",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user