diff --git a/docs/docs/adapters/supabase.md b/docs/docs/adapters/supabase.md index 5c565136ca..5603fc38cb 100644 --- a/docs/docs/adapters/supabase.md +++ b/docs/docs/adapters/supabase.md @@ -275,7 +275,7 @@ const { data, error } = await supabase.from("users").select("*") ## Usage with TypeScript -You can pass types that were [generated with the Supabase CLI](/docs/reference/javascript/typescript-support#generating-types) to the Supabase Client to get enhanced type safety and auto completion. +You can pass types that were [generated with the Supabase CLI](https://supabase.com/docs/reference/javascript/typescript-support#generating-types) to the Supabase Client to get enhanced type safety and auto completion. Creating a new supabase client object: diff --git a/docs/docs/configuration/providers/oauth.md b/docs/docs/configuration/providers/oauth.md index cfda9562e6..342eb57348 100644 --- a/docs/docs/configuration/providers/oauth.md +++ b/docs/docs/configuration/providers/oauth.md @@ -435,6 +435,6 @@ You only need to add three changes: - Make sure you use a named default export, like this: `export default function YourProvider` - Add two SVG's of the provider logo, like `google-dark.svg` (dark mode) and `google.svg` (light mode), to the `/packages/next-auth/provider-logos/` directory as well as the styling config to the provider config object. See existing provider for example 2. Add provider documentation: [`/docs/providers/{provider}.md`](https://github.com/nextauthjs/next-auth/tree/main/docs/docs/providers) -3. Add the new provider name to the `Provider type` dropdown options in [`the provider issue template`](<[http](https://github.com/nextauthjs/next-auth/edit/main/.github/ISSUE_TEMPLATE/2_bug_provider.yml)>) +3. Add the new provider name to the `Provider type` dropdown options in [`the provider issue template`](https://github.com/nextauthjs/next-auth/edit/main/.github/ISSUE_TEMPLATE/2_bug_provider.yml) That's it! 🎉 Others will be able to discover and use this provider much more easily now!