Skip to content

docs(tutorials): fix dead neon console /app/projects link - #689

Open
sanjibani wants to merge 1 commit into
drizzle-team:mainfrom
sanjibani:docs/fix-neon-console-projects-link
Open

docs(tutorials): fix dead neon console /app/projects link#689
sanjibani wants to merge 1 commit into
drizzle-team:mainfrom
sanjibani:docs/fix-neon-console-projects-link

Conversation

@sanjibani

Copy link
Copy Markdown

`https://console.neon.tech/app/projects\` returns 404 — the dashboard is now served at the auth-gated root `https://console.neon.tech\`, which redirects users to the projects list once they sign in.

Three tutorials reference the dead path with identical boilerplate ("Log in to the Neon Console and navigate to the Projects section."):

  • `src/content/docs/tutorials/drizzle-with-neon.mdx`
  • `src/content/docs/tutorials/drizzle-nextjs-neon.mdx`
  • `src/content/docs/tutorials/drizzle-with-netlify-edge-functions-neon.mdx`

Replacing each with the root URL keeps the user flow identical — the root still lands on the projects dashboard after login — and matches the link used in Neon's own current setup docs.

3 files changed, 3 links updated.

`https://console.neon.tech/app/projects` returns 404 — the dashboard is
now served at the auth-gated root `https://console.neon.tech`, which
redirects users to the projects list once they sign in. Three tutorials
referenced the dead path with identical boilerplate ("Log in to the Neon
Console and navigate to the Projects section."). Replacing each with the
root URL keeps the user flow identical — the root still lands on the
projects dashboard after login — and matches the link used in Neon's own
current setup docs.
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