From 965efacf70a0646b901ab2e284291db6797d77b6 Mon Sep 17 00:00:00 2001 From: allan Date: Sun, 8 Feb 2026 00:57:47 +0000 Subject: [PATCH] fix: typo --- docs/tables/mpe_validations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tables/mpe_validations.md b/docs/tables/mpe_validations.md index 5c1a427..46bdd77 100644 --- a/docs/tables/mpe_validations.md +++ b/docs/tables/mpe_validations.md @@ -9,7 +9,7 @@ og_image: /img/mpe_validations.png The `MPE_VALIDATIONS` table enables a number of validations to be applied to the data at the point of entry - such as casing, min/max values, nullability, and the ability to generate dropdown values directly from source tables or dynamically from SAS programs. -A detailed breakdown is available in the [validations](/dc-validations/) section. +A detailed breakdown is available in the [validations](/dcc-validations/) section. ![validations](/img/mpe_validations.png) @@ -22,4 +22,4 @@ A detailed breakdown is available in the [validations](/dc-validations/) section - 🔑 `BASE_COL char(32)`: The column name - 🔑 `RULE_TYPE char(32)`: The name of the rule to apply. - `RULE_VALUE char(128)`: The value of the rule - - `RULE_ACTIVE num`: Set to 1 for an active rule. Set to 0 to disable the rule. + - `RULE_ACTIVE num`: Set to 1 for an active rule, or 0 to disable the rule.