diff --git a/product_docs/docs/pgd/5/appusage/extensions.mdx b/product_docs/docs/pgd/5/appusage/extensions.mdx index ffb78218c49..026af5c3a0e 100644 --- a/product_docs/docs/pgd/5/appusage/extensions.mdx +++ b/product_docs/docs/pgd/5/appusage/extensions.mdx @@ -6,7 +6,7 @@ deepToC: true ## PGD and other PostgreSQL extensions -PGD is implemented as a PostgreSQL extension (see [Supported Postgres database servers](overview/#supported-postgres-database-servers)), taking advantage of PostgreSQL's expandability and flexibility to modify low level system behavior to provide multi-master replication. +PGD is implemented as a PostgreSQL extension (see [Supported Postgres database servers](../overview/#supported-postgres-database-servers)), taking advantage of PostgreSQL's expandability and flexibility to modify low level system behavior to provide multi-master replication. In principle other extensions - both those provided by community PostgreSQL and EPAS, as well as third-party extensions, can be used together with PGD, however the distributed nature of PGD means selection and installation of extensions should be carefully considered and planned.