From 2dad636040682b1f100900c908666ab6d20616d4 Mon Sep 17 00:00:00 2001 From: Wrench56 Date: Mon, 18 Nov 2024 17:55:18 -0500 Subject: [PATCH] fix(web): broken links on homepage resolving issue #384 --- web/src/content/docs/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/content/docs/index.mdx b/web/src/content/docs/index.mdx index 72dfe88..7f2ff6e 100644 --- a/web/src/content/docs/index.mdx +++ b/web/src/content/docs/index.mdx @@ -27,15 +27,15 @@ import { Card, CardGrid } from "@astrojs/starlight/components"; Run `commitlint` to lint your commit messages. See [the - guides](/commitlint-rs/guides/cli) about the CLI. + guides](/commitlint-rs/setup/installation) about the CLI. Check each rules to see what is allowed and what is not. See [the - rules](/commitlint-rs/guide/rules) for more information. + rules](/commitlint-rs/rules/body-empty) for more information. Edit commitlint configurations to customize your rules. See [the - rules](/commitlint-rs/guide/rules) for more information. + rules](/commitlint-rs/rules/body-empty) for more information. Report issues to the [GitHub