From 415d6c3d29f797e5167cf34b9dee734ef6db6f64 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 28 Oct 2024 18:00:25 -0500 Subject: [PATCH] Use substitution instead of :ref: --- doc/src/code_tables.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/code_tables.m4 b/doc/src/code_tables.m4 index 48201f8..1ac1f22 100644 --- a/doc/src/code_tables.m4 +++ b/doc/src/code_tables.m4 @@ -297,14 +297,14 @@ Active A |boolean| value. Whether or not the row can be used in new data. |PEOPLE.Active_summary| When this column is |false| the -:ref:`PEOPLE.Name` value cannot be used in rows that are newly +|PEOPLE.Name| value cannot be used in rows that are newly inserted into the database. Further, when rows are updated an -existing value cannot be set to the inactive :ref:`PEOPLE.Name`. +existing value cannot be set to the inactive |PEOPLE.Name|. |notnull| -Unlike most other data validation checks, :ref:`PEOPLE.Active` can be -changed from |true| to |false| even though the :ref:`PEOPLE.Person` +Unlike most other data validation checks, |PEOPLE.Active| can be +changed from |true| to |false| even though the |PEOPLE.Person| value is used elsewhere in the database. This allows time for existing data to be cleaned while preventing undesirable values from -- 2.34.1