Skip to content

fix(docs): repair broken "Relations Fundamentals" link in relations-v2#680

Open
morgan-coded wants to merge 1 commit into
drizzle-team:mainfrom
morgan-coded:fix/relations-v2-fundamentals-link
Open

fix(docs): repair broken "Relations Fundamentals" link in relations-v2#680
morgan-coded wants to merge 1 commit into
drizzle-team:mainfrom
morgan-coded:fix/relations-v2-fundamentals-link

Conversation

@morgan-coded
Copy link
Copy Markdown

The "Relations Fundamentals" prerequisite on the Drizzle Relations (v2) page links to /docs/rqb-fundamentals, which 404s — it is not a registered docs slug (absent from src/content/docs/_meta.json, which src/pages/[...slug].astro uses to build routes) and has no backing MDX file.

The "Fundamentals" section of _meta.json registers the relations-concepts page as relations-schema-declaration (titled "Drizzle Relations Fundamentals"), which covers foreign key constraints, soft relations, and normalization — the exact topics named in the link text. This points the link there.

Closes #638

The "Relations Fundamentals" prerequisite on the Drizzle relations (v2) page
linked to `/docs/rqb-fundamentals`, which is not a registered docs slug
(it is absent from `src/content/docs/_meta.json` and has no backing MDX file),
so the link 404s.

The Fundamentals section of `_meta.json` registers the relations concepts
page as `relations-schema-declaration` ("Drizzle Relations Fundamentals"),
which covers foreign key constraints, soft relations and normalization — the
exact topics named in the link text. Point the link there.

Closes drizzle-team#638
Copilot AI review requested due to automatic review settings May 29, 2026 15:12
@morgan-coded morgan-coded force-pushed the fix/relations-v2-fundamentals-link branch from 2a39a3c to ac919a2 Compare June 4, 2026 01:22
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.

Broken link at src/content/docs/relations-v2.mdx

1 participant