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();