From cc7a55727bcfab49ad581c0e3813fef73787f368 Mon Sep 17 00:00:00 2001 From: Sanjibani Choudhury <18418553+sanjibani@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:12:49 +0530 Subject: [PATCH] docs(supabase): replace dead supabase.com/docs/guides/functions/local-development link The Supabase docs path /guides/functions/local-development now 404s on both HEAD and GET (it was removed in a Supabase docs restructure). The deep link '#deno-with-visual-studio-code' is no longer reachable. The page referenced VS Code + Deno setup for Edge Functions; the nearest working page in the current /docs/guides/functions/ tree is the functions index itself. Users following the link will land on the functions overview, which still links out to the CLI local-development guide and the Edge Functions quickstart. Verified with HEAD + GET on 2026-07-08: - https://supabase.com/docs/guides/functions/local-development -> 404 - https://supabase.com/docs/guides/functions -> 200 Files changed: - src/content/docs/tutorials/drizzle-with-supabase-edge-functions.mdx:76 (deep link to functions index) Signed-off-by: Sanjibani Choudhury <18418553+sanjibani@users.noreply.github.com> --- .../docs/tutorials/drizzle-with-supabase-edge-functions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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