From 17552554767afdc475c3516e543736489b0c7e99 Mon Sep 17 00:00:00 2001 From: Josh Earlenbaugh Date: Tue, 17 Sep 2024 16:50:11 -0400 Subject: [PATCH] Changing paths to absolute. --- product_docs/docs/pgd/5.6/commit-scopes/camo.mdx | 3 +-- product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx | 2 +- product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/pgd/5.6/commit-scopes/camo.mdx b/product_docs/docs/pgd/5.6/commit-scopes/camo.mdx index 226ff31810b..13fccf17ad2 100644 --- a/product_docs/docs/pgd/5.6/commit-scopes/camo.mdx +++ b/product_docs/docs/pgd/5.6/commit-scopes/camo.mdx @@ -43,7 +43,7 @@ To use CAMO, an application must issue an explicit `COMMIT` message as a separat ## Configuration -Configuration of CAMO happens through [commit scopes](commit-scopes). +See the[`CAMO`](/pgd/latest/reference/commit-scopes/#camo) commit scope reference for configuration parameters. ## Confirmation @@ -58,7 +58,6 @@ Configuration of CAMO happens through [commit scopes](commit-scopes). See the CAMO section of [Limitations](limitations#camo). - ## Failure scenarios Different failure scenarios occur in different configurations. diff --git a/product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx b/product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx index b34a475ca0a..b1b8ce94cf7 100644 --- a/product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx +++ b/product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx @@ -51,7 +51,7 @@ See the Group Commit section of [Limitations](limitations#group-commit). ## Configuration -For a full description of configuration parameters, see the [GROUP_COMMIT](https://www.enterprisedb.com/docs/pgd/latest/reference/commit-scopes/#group-commit) commit scope reference. +For a full description of configuration parameters, see the [GROUP_COMMIT](/pgd/latest/reference/commit-scopes/#group-commit) commit scope reference. ## Confirmation diff --git a/product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx b/product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx index d1e4982ffde..2b9e96f1718 100644 --- a/product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx +++ b/product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx @@ -26,7 +26,7 @@ SELECT bdr.add_commit_scope( ## Configuration -See the [`SYNCHRONOUS_COMMIT`](https://www.enterprisedb.com/docs/pgd/latest/reference/commit-scopes/#synchronous_commit) commit scope reference for configuration parameters. +See the [`SYNCHRONOUS_COMMIT`](/pgd/latest/reference/commit-scopes/#synchronous_commit) commit scope reference for configuration parameters. ## Confirmation