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