From da1e4349f1142262bd91171dcd8da4eeb25727c3 Mon Sep 17 00:00:00 2001 From: Lorna Mitchell Date: Mon, 7 Oct 2024 09:46:05 +0100 Subject: [PATCH] docs: update link --- docs/rules/built-in-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/built-in-rules.md b/docs/rules/built-in-rules.md index 49a69d454..a177b0b94 100644 --- a/docs/rules/built-in-rules.md +++ b/docs/rules/built-in-rules.md @@ -4,7 +4,7 @@ slug: /docs/cli/rules/built-in-rules # Built-in rules -The built-in rules are the ones we use ourselves and think apply to the majority of APIs. Some have some additional [configuration](#rule-configuration-syntax), but otherwise all you need to do is decide whether each rule should `error`, `warn` or be `off`. +The built-in rules are the ones we use ourselves and think apply to the majority of APIs. Some have some additional [configuration](./configure-rules.md), but otherwise all you need to do is decide whether each rule should `error`, `warn` or be `off`. All the built-in rules are listed here, roughly grouped by the OpenAPI object they apply to. The _Special rules_ group contains rules that may apply to multiple objects or to the entire OpenAPI document.