Skip to content

Commit f69899f

Browse files
authored
docs(useSupabaseClient): update auth link (#486)
1 parent be41d94 commit f69899f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/4.usage/composables/useSupabaseClient.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This composable is using [supabase-js](https://github.com/supabase/supabase-js/)
1414
The useSupabaseClient composable is providing all methods to manage authorization under `useSupabaseClient().auth`. For more details please see the [supabase-js auth documentation](https://supabase.com/docs/reference/javascript/auth-api). Here is an example for signing in and out:
1515

1616
::callout{icon="i-heroicons-light-bulb"}
17-
If you want a full explanation on how to handle the authentication process, please read this [section](/get-started#handle-authentication).
17+
If you want a full explanation on how to handle the authentication process, please read this [section](/authentication).
1818
::
1919

2020
```ts
@@ -38,7 +38,7 @@ const signOut = async () => {
3838
</script>
3939
```
4040

41-
Please also take a look at [Get Started](/get-started) for the authorization flow.
41+
Please also take a look at [Get Started](/authentication) for the authorization flow.
4242

4343
## Database Request
4444

0 commit comments

Comments
 (0)