Skip to content

Commit 172450c

Browse files
fix(web): broken links on webpage
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent 8fa7e1c commit 172450c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/src/content/docs/config/IDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Commitlint offers schema by supporting [JSON schema](https://json-schema.org/) s
1010
If you want to pin the schema to a specific version, you can configure the version in the URL.
1111

1212
```console
13-
https://github.com/KeisukeYamashita/commitlint-rs/releases/download/v0.2.0/schema.json
13+
https://github.com/KeisukeYamashita/commitlint-rs/releases/download/v0.2.2/schema.json
1414
```
1515

16-
In this case, the schema is pinned to version `0.2.0`.
16+
In this case, the schema is pinned to version `0.2.2`.
1717

1818
:::
1919

web/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
2727
</Card>
2828
<Card title="Run the lint" icon="rocket">
2929
Run `commitlint` to lint your commit messages. See [the
30-
guides](/commitlint-rs/setup/installation) about the CLI.
30+
guides](/commitlint-rs/setup/install) about the CLI.
3131
</Card>
3232
<Card title="Check the Rules" icon="add-document">
3333
Check each rules to see what is allowed and what is not. See [the

0 commit comments

Comments
 (0)