Skip to content

Commit 88b30d0

Browse files
Fix broken link
1 parent 664a45c commit 88b30d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/postgresql/flexible-server/how-to-connect-query-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Transport Layer Security (TLS) is used by all drivers that Microsoft supplies or
3434
Azure Database for PostgreSQL flexible server provides the ability to extend the functionality of your database using extensions. Extensions bundle multiple related SQL objects together in a single package that can be loaded or removed from your database with a single command. After being loaded in the database, extensions function like built-in features.
3535

3636
- [Postgres extensions](./concepts-extensions.md#extension-versions)
37-
- [dblink and postgres_fdw](./concepts-extensions.md#dblink-and-postgres_fdw)
37+
- [dblink](./concepts-extensions.md#dblink)
38+
- [postgres_fdw](./concepts-extensions.md#postgres_fdw)
3839
- [pg_prewarm](./concepts-extensions.md#pg_prewarm)
3940
- [pg_stat_statements](./concepts-extensions.md#pg_stat_statements)
4041

0 commit comments

Comments
 (0)