Cloud migrations: Update links to docs in cloud stack page (#103789)

* modify links

* new tab links

* remove line
This commit is contained in:
Dana Axinte
2025-04-10 20:08:00 +01:00
committed by GitHub
parent 3551e6074c
commit 190f5a234f
@@ -59,10 +59,10 @@ export const MigrationStepsPane = () => {
</ol>
</Stack>
</InfoItem>
<TextLink href="/connections/private-data-source-connections">
<TextLink href="/connections/private-data-source-connections" external>
{t('migrate-to-cloud.get-started.configure-pdc-link', 'Configure PDC for this stack')}
</TextLink>
<TextLink href="/a/grafana-selfservetutorials-app/migrate-oss">
<TextLink href="https://grafana.com/docs/grafana-cloud/account-management/migration-guide" external>
{t('migrate-to-cloud.migrate-to-this-stack.link-title', 'View the full migration guide')}
</TextLink>
</Box>