From 2f38db658c8977080419ae7c45dc53cff1231e7e Mon Sep 17 00:00:00 2001 From: u1aryz Date: Sun, 14 Jul 2024 12:51:57 +0900 Subject: [PATCH] fix broken link --- src/content/docs/ja/recipes/git-hooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ja/recipes/git-hooks.mdx b/src/content/docs/ja/recipes/git-hooks.mdx index f94d99cd3..3765bcd50 100644 --- a/src/content/docs/ja/recipes/git-hooks.mdx +++ b/src/content/docs/ja/recipes/git-hooks.mdx @@ -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: