Skip to content

Commit

Permalink
i18n(ja): fix warnings of link-check in content-loader-reference.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuvski committed Mar 1, 2025
1 parent 399926b commit 4e933e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/ja/reference/content-loader-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Astroには、コレクションを取得するための2つのビルトイン

<p>

**Type:** <code>(options: GlobOptions) => <a href="##loaderオブジェクト">Loader</a></code><br />
**Type:** <code>(options: GlobOptions) => <a href="#loaderオブジェクト">Loader</a></code><br />
<Since v="5.0.0" />
</p>

Expand Down Expand Up @@ -96,7 +96,7 @@ const authors = defineCollection({

<p>

**Type:** <code>(fileName: string, options?: FileOptions) => <a href="##loaderオブジェクト">Loader</a></code><br />
**Type:** <code>(fileName: string, options?: FileOptions) => <a href="#loaderオブジェクト">Loader</a></code><br />
<Since v="5.0.0" />
</p>

Expand Down

0 comments on commit 4e933e4

Please sign in to comment.