Skip to content

docs(supabase): replace dead supabase.com/docs/guides/functions/local-development link#688

Open
sanjibani wants to merge 1 commit into
drizzle-team:mainfrom
sanjibani:docs/supabase-edge-functions-vscode-link
Open

docs(supabase): replace dead supabase.com/docs/guides/functions/local-development link#688
sanjibani wants to merge 1 commit into
drizzle-team:mainfrom
sanjibani:docs/supabase-edge-functions-vscode-link

Conversation

@sanjibani

Copy link
Copy Markdown

The Supabase docs deep link https://supabase.com/docs/guides/functions/local-development#deno-with-visual-studio-code referenced from the Supabase Edge Functions tutorial now returns a 404 (the page was removed in a Supabase docs restructure).

Replaces it with the parent page /docs/guides/functions which is reachable and still links out to the CLI local-development guide and the Edge Functions quickstart that cover Deno + VS Code setup.

HEAD https://supabase.com/docs/guides/functions/local-development  -> 404
GET  https://supabase.com/docs/guides/functions/local-development  -> 404
HEAD https://supabase.com/docs/guides/functions                   -> 200

Verified 2026-07-08 against the live Supabase docs.

Files changed:

  • src/content/docs/tutorials/drizzle-with-supabase-edge-functions.mdx (line 76 — one line, link target only).

…-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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant