Skip to content

fix(blog): point Prisma Compute series docs link to /docs/compute#8007

Open
prisma-gremlin[bot] wants to merge 1 commit into
mainfrom
fix/prisma-compute-blog-docs-link
Open

fix(blog): point Prisma Compute series docs link to /docs/compute#8007
prisma-gremlin[bot] wants to merge 1 commit into
mainfrom
fix/prisma-compute-blog-docs-link

Conversation

@prisma-gremlin

@prisma-gremlin prisma-gremlin Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

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 docsUrl to the canonical, working Compute docs landing page at https://docs.prisma.io/docs/compute (verified to return 200 with the "Prisma Compute" docs content).

Change

  • apps/blog/src/lib/series-registry.ts: docsUrl changed from https://docs.prisma.io/docs/prisma-computehttps://docs.prisma.io/docs/compute.

Verification

  • Fetched the old URL (/docs/prisma-compute) → 404 (confirmed broken).
  • Fetched the new URL (/docs/compute) → 200 with real content titled "Prisma Compute". This matches the docs source page apps/docs/content/docs/compute/index.mdx (frontmatter url: /compute), and other blog posts already link to this same path.
  • Searched the codebase afterward: no remaining references to the bare broken URL. The 3 existing /docs/prisma-compute/deploy references in blog posts resolve to 200 and are intentionally left unchanged.

Created by Mohawk

Summary by CodeRabbit

  • Bug Fixes
    • Updated the Compute documentation link so users are taken to the new /docs/compute page instead of the old location.

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.
@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jul 3, 2026 6:39pm
docs Ready Ready Preview, Comment Jul 3, 2026 6:39pm
eclipse Ready Ready Preview, Comment Jul 3, 2026 6:39pm
site Ready Ready Preview, Comment Jul 3, 2026 6:39pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 7a2ec4f7-f58f-43c6-8d15-a7dc151d4e03

📥 Commits

Reviewing files that changed from the base of the PR and between d406817 and b42378f.

📒 Files selected for processing (1)
  • apps/blog/src/lib/series-registry.ts

Walkthrough

The docsUrl value for the "prisma-compute" entry in seriesRegistry was updated to point to a new documentation path, /docs/compute, replacing the previous Prisma Compute-specific docs path. No other logic or metadata changed.

Changes

Series Registry Docs URL Update

Layer / File(s) Summary
Update prisma-compute docsUrl
apps/blog/src/lib/series-registry.ts
The docsUrl for the "prisma-compute" series entry is changed from its prior path to /docs/compute.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • prisma/web#7943: Both PRs modify the docsUrl metadata for the prisma-compute entry in series-registry.ts.
  • prisma/web#7994: Both PRs adjust Prisma Compute series metadata, one via frontmatter ordering and this one via the docs URL.

Poem

A single line, a single door,
now points to /docs/compute, nothing more.
A rabbit hopped through metadata's gate,
one URL changed, small but straight.
🐇 Onward to compute, right on time!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main change: updating the Prisma Compute series docs link.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@argos-ci

argos-ci Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Jul 3, 2026, 6:46 PM

@ellotheth ellotheth requested a review from ankur-arch July 3, 2026 19:31
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.

0 participants