Changed hyperlink (#13252)

This commit is contained in:
nasc17
2020-11-05 14:09:49 -08:00
committed by GitHub
parent bc452ec9be
commit 27fbad5884

View File

@@ -49,7 +49,7 @@ export class PostgresConnectionStringsPage extends DashboardPage {
const link = this.modelView.modelBuilder.hyperlink().withProperties<azdata.HyperlinkComponentProperties>({
label: loc.learnAboutPostgresClients,
url: 'https://docs.microsoft.com/azure/postgresql/concepts-connection-libraries',
url: 'https://docs.microsoft.com/azure/azure-arc/data/get-connection-endpoints-and-connection-strings-postgres-hyperscale',
}).component();
const infoAndLink = this.modelView.modelBuilder.flexContainer().withLayout({ flexWrap: 'wrap' }).component();