diff --git a/docs/docs/understand/rule_evaluation.md b/docs/docs/understand/rule_evaluation.md index 3c7f6b65ba..c8912623e9 100644 --- a/docs/docs/understand/rule_evaluation.md +++ b/docs/docs/understand/rule_evaluation.md @@ -28,11 +28,11 @@ To view the rule evaluations, run [`minder history list`](../ref/cli/minder_hist The _status_ of a rule evaluation describes the outcome of executing the rule against an entity. Possible statuses are: -* **Success**: the entity was evaluated and is in compliance with the rule. For example, given the [`secret_scanning`](../ref/rules/secret_scanning) rule, this means that secret scanning is enabled on the repository being evaluated. -* **Failure**: the entity was evaluated and is _not_ in compliance with the rule. For example, given the [`secret_scanning`](../ref/rules/secret_scanning) rule, this means that secret scanning is _not_ enabled on the repository being evaluated. +* **Success**: the entity was evaluated and is in compliance with the rule. For example, given the [`secret_scanning`](../ref/rules/secret_scanning.md) rule, this means that secret scanning is enabled on the repository being evaluated. +* **Failure**: the entity was evaluated and is _not_ in compliance with the rule. For example, given the [`secret_scanning`](../ref/rules/secret_scanning.md) rule, this means that secret scanning is _not_ enabled on the repository being evaluated. * **Error**: the rule could not be evaluated for some reason. For example, the server being evaluated was not online or could not be contacted. * **Pending**: the rule has not yet been evaluated. Once evaluated, it will move into a state that represents the evaluation. -* **Skipped**: the rule is not configured for the entity. For example, given the [`secret_scanning`](../ref/rules/secret_scanning) rule, it can be configured to skip private repositories. +* **Skipped**: the rule is not configured for the entity. For example, given the [`secret_scanning`](../ref/rules/secret_scanning.md) rule, it can be configured to skip private repositories. ### Alert status