docs(supabase): replace dead supabase.com/docs/guides/functions/local-development link#688
Open
sanjibani wants to merge 1 commit into
Open
Conversation
…-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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Supabase docs deep link
https://supabase.com/docs/guides/functions/local-development#deno-with-visual-studio-codereferenced 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/functionswhich is reachable and still links out to the CLIlocal-developmentguide and the Edge Functions quickstart that cover Deno + VS Code setup.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).