diff --git a/src/content/docs/fr/guides/authentication.mdx b/src/content/docs/fr/guides/authentication.mdx index 63971e37bb048..7be40e1961443 100644 --- a/src/content/docs/fr/guides/authentication.mdx +++ b/src/content/docs/fr/guides/authentication.mdx @@ -302,7 +302,7 @@ export const onRequest = defineMiddleware(async (context, next) => { ### Prochaines étapes - [Guide Astro de Better Auth](https://www.better-auth.com/docs/integrations/astro) -- [Exemple d'utilisation d'Astro avec Better Auth](https://github.com/better-auth/better-auth/tree/main/examples/astro-example) +- [Exemple d'utilisation d'Astro avec Better Auth](https://github.com/better-auth/examples/tree/main/astro-example) - [Documentation Better Auth](https://www.better-auth.com/docs) - [Dépôt Github de Better Auth](https://github.com/better-auth/better-auth) diff --git a/src/content/docs/ja/guides/authentication.mdx b/src/content/docs/ja/guides/authentication.mdx index ee839d3f5816f..42a5a85c6759f 100644 --- a/src/content/docs/ja/guides/authentication.mdx +++ b/src/content/docs/ja/guides/authentication.mdx @@ -292,7 +292,7 @@ export const onRequest = defineMiddleware(async (context, next) => { ### 次のステップ - [Better Auth Astroガイド](https://www.better-auth.com/docs/integrations/astro) -- [Astro用Better Authサンプル](https://github.com/better-auth/better-auth/tree/main/examples/astro-example) +- [Astro用Better Authサンプル](https://github.com/better-auth/examples/tree/main/astro-example) - [Better Authドキュメント](https://www.better-auth.com/docs) - [Better Auth GitHubリポジトリ](https://github.com/better-auth/better-auth) diff --git a/src/content/docs/ko/guides/authentication.mdx b/src/content/docs/ko/guides/authentication.mdx index 69f94812361bd..7de980f24563f 100644 --- a/src/content/docs/ko/guides/authentication.mdx +++ b/src/content/docs/ko/guides/authentication.mdx @@ -302,7 +302,7 @@ export const onRequest = defineMiddleware(async (context, next) => { ### 다음 단계 - [Better Auth + Astro 가이드](https://www.better-auth.com/docs/integrations/astro) -- [Better Auth + Astro 예시](https://github.com/better-auth/better-auth/tree/main/examples/astro-example) +- [Better Auth + Astro 예시](https://github.com/better-auth/examples/tree/main/astro-example) - [Better Auth 문서](https://www.better-auth.com/docs) - [Better Auth GitHub 리포지토리](https://github.com/better-auth/better-auth) diff --git a/src/content/docs/zh-cn/guides/authentication.mdx b/src/content/docs/zh-cn/guides/authentication.mdx index 47a3fb455658c..183fa0d98577a 100644 --- a/src/content/docs/zh-cn/guides/authentication.mdx +++ b/src/content/docs/zh-cn/guides/authentication.mdx @@ -301,7 +301,7 @@ export const onRequest = defineMiddleware(async (context, next) => { ### 下一步 - [Better Auth Astro 指南](https://www.better-auth.com/docs/integrations/astro) -- [Better Auth Astro 示例](https://github.com/better-auth/better-auth/tree/main/examples/astro-example) +- [Better Auth Astro 示例](https://github.com/better-auth/examples/tree/main/astro-example) - [Better Auth 文档](https://www.better-auth.com/docs) - [Better Auth 的 GitHub 仓库](https://github.com/better-auth/better-auth)