fix(blog): point Prisma Compute series docs link to /docs/compute - #8007
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughThe ChangesSeries Registry Docs URL Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
The above-the-fold docs link on the Prisma Compute blog series landing page (https://www.prisma.io/blog/series/prisma-compute) pointed to https://docs.prisma.io/docs/prisma-compute, which returns a 404. Update the series registry's docsUrl to the canonical, working Compute docs landing page at https://docs.prisma.io/docs/compute (verified to return 200). Other existing /docs/prisma-compute/deploy references in blog posts resolve correctly and are left unchanged.
b42378f to
b33a630
Compare
ankur-arch
left a comment
There was a problem hiding this comment.
Reviewed against current main; change is correct and self-contained. Merging.
Summary
The above-the-fold docs link on the Prisma Compute blog series landing page (https://www.prisma.io/blog/series/prisma-compute) pointed to
https://docs.prisma.io/docs/prisma-compute, which returns a 404.This updates the series registry's
docsUrlto the canonical, working Compute docs landing page athttps://docs.prisma.io/docs/compute(verified to return 200 with the "Prisma Compute" docs content).Change
apps/blog/src/lib/series-registry.ts:docsUrlchanged fromhttps://docs.prisma.io/docs/prisma-compute→https://docs.prisma.io/docs/compute.Verification
/docs/prisma-compute) → 404 (confirmed broken)./docs/compute) → 200 with real content titled "Prisma Compute". This matches the docs source pageapps/docs/content/docs/compute/index.mdx(frontmatterurl: /compute), and other blog posts already link to this same path./docs/prisma-compute/deployreferences in blog posts resolve to 200 and are intentionally left unchanged.Created by Mohawk
Summary by CodeRabbit
/docs/computepage instead of the previous location.