From 4b12bd8a1cc87899afa0a37fe856ed167493bc0e Mon Sep 17 00:00:00 2001 From: enrique flores Date: Mon, 29 Jul 2024 23:58:52 -0500 Subject: [PATCH] fix: updated default rules url --- web/src/content/docs/config/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/content/docs/config/configuration.md b/web/src/content/docs/config/configuration.md index c1c37d2..c092ddb 100644 --- a/web/src/content/docs/config/configuration.md +++ b/web/src/content/docs/config/configuration.md @@ -9,7 +9,7 @@ Commitlint can be configured in many ways. You can use the default configuration If you don't specify any configuration file and you don't have any commitlint configuration files in your environment, the CLI will use the default configurations of each rules. -See the [default rules](/rules/default) page for details. +See the [default rules](/commitlint-rs/config/default) page for details. ## Location