From 172450c9bf855a38b380e5ef58b002f8d9e7024d Mon Sep 17 00:00:00 2001
From: KeisukeYamashita <19yamashita15@gmail.com>
Date: Tue, 26 Aug 2025 07:41:22 +0900
Subject: [PATCH] fix(web): broken links on webpage
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
---
web/src/content/docs/config/IDE.md | 4 ++--
web/src/content/docs/index.mdx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/src/content/docs/config/IDE.md b/web/src/content/docs/config/IDE.md
index 4264c4a..dacee16 100644
--- a/web/src/content/docs/config/IDE.md
+++ b/web/src/content/docs/config/IDE.md
@@ -10,10 +10,10 @@ Commitlint offers schema by supporting [JSON schema](https://json-schema.org/) s
If you want to pin the schema to a specific version, you can configure the version in the URL.
```console
-https://github.com/KeisukeYamashita/commitlint-rs/releases/download/v0.2.0/schema.json
+https://github.com/KeisukeYamashita/commitlint-rs/releases/download/v0.2.2/schema.json
```
-In this case, the schema is pinned to version `0.2.0`.
+In this case, the schema is pinned to version `0.2.2`.
:::
diff --git a/web/src/content/docs/index.mdx b/web/src/content/docs/index.mdx
index 7f2ff6e..952a121 100644
--- a/web/src/content/docs/index.mdx
+++ b/web/src/content/docs/index.mdx
@@ -27,7 +27,7 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
Run `commitlint` to lint your commit messages. See [the
- guides](/commitlint-rs/setup/installation) about the CLI.
+ guides](/commitlint-rs/setup/install) about the CLI.
Check each rules to see what is allowed and what is not. See [the