From 90cfdd80958fd65342672c3af92c09b25352d70f Mon Sep 17 00:00:00 2001 From: Josh Heyer <63653723+josh-heyer@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:57:32 -0700 Subject: [PATCH] Fix link to durability --- product_docs/docs/pgd/5/appusage/timing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgd/5/appusage/timing.mdx b/product_docs/docs/pgd/5/appusage/timing.mdx index fd8ef8f2e01..f79e02a733b 100644 --- a/product_docs/docs/pgd/5/appusage/timing.mdx +++ b/product_docs/docs/pgd/5/appusage/timing.mdx @@ -13,5 +13,5 @@ for clients or proxies to prevent such stale reads. The synchronous replication features of Postgres are available to PGD as well. In addition, PGD provides multiple variants for more synchronous replication. -See [Durability and performance options](durability) for an overview and +See [Durability and performance options](../durability) for an overview and comparison of all variants available and their different modes.