From 27fbad5884afa5b1bb281ab87843c7c6016643ff Mon Sep 17 00:00:00 2001 From: nasc17 <69922333+nasc17@users.noreply.github.com> Date: Thu, 5 Nov 2020 14:09:49 -0800 Subject: [PATCH] Changed hyperlink (#13252) --- .../src/ui/dashboards/postgres/postgresConnectionStringsPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/arc/src/ui/dashboards/postgres/postgresConnectionStringsPage.ts b/extensions/arc/src/ui/dashboards/postgres/postgresConnectionStringsPage.ts index 183fe123bb..d287ab42e1 100644 --- a/extensions/arc/src/ui/dashboards/postgres/postgresConnectionStringsPage.ts +++ b/extensions/arc/src/ui/dashboards/postgres/postgresConnectionStringsPage.ts @@ -49,7 +49,7 @@ export class PostgresConnectionStringsPage extends DashboardPage { const link = this.modelView.modelBuilder.hyperlink().withProperties({ 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();