Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/src/content/docs/config/IDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

:::

Expand Down
2 changes: 1 addition & 1 deletion web/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
</Card>
<Card title="Run the lint" icon="rocket">
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.
</Card>
<Card title="Check the Rules" icon="add-document">
Check each rules to see what is allowed and what is not. See [the
Expand Down
Loading