diff --git a/src/content/docs/tutorials/drizzle-with-supabase-edge-functions.mdx b/src/content/docs/tutorials/drizzle-with-supabase-edge-functions.mdx index 28552033..35457c49 100644 --- a/src/content/docs/tutorials/drizzle-with-supabase-edge-functions.mdx +++ b/src/content/docs/tutorials/drizzle-with-supabase-edge-functions.mdx @@ -73,7 +73,7 @@ It will create `supabase` folder with `config.toml` file: └── config.toml ``` -If you are using Visual Studio Code, follow the [Supabase documentation](https://supabase.com/docs/guides/functions/local-development#deno-with-visual-studio-code) to setup settings for Deno. +If you are using Visual Studio Code, follow the [Supabase functions documentation](https://supabase.com/docs/guides/functions) to setup settings for Deno. #### Generate migrations