Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
u1aryz committed Jul 14, 2024
1 parent b7346dc commit 2f38db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ja/recipes/git-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gitリポジトリのルートに`lefthook.yml`というファイルを追加し
run: npx @biomejs/biome check --no-errors-on-unmatched --files-ignore-unknown=true {staged_files}
```
- コミット前にformatチェックやlintを行い、[安全な修正](../linter#安全な修正safe-fixes)を行う
- コミット前にformatチェックやlintを行い、[安全な修正](/ja/linter#安全な修正safe-fixes)を行う
```yaml title="lefthook.yml"
pre-commit:
Expand Down

0 comments on commit 2f38db6

Please sign in to comment.