docs: fix stale Standard Server readme links - #1853
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
More templates
@orpc/ai-sdk
@orpc/arktype
@orpc/bun
@orpc/client
@orpc/cloudflare
@orpc/contract
@orpc/experimental-effect
@orpc/evlog
@orpc/hibernation
@orpc/json-schema
@orpc/nest
@orpc/next
@orpc/node
@orpc/openapi
@orpc/opentelemetry
@orpc/pinia-colada
@orpc/pino
@orpc/publisher
@orpc/ratelimit
@orpc/server
@orpc/shared
@orpc/swr
@orpc/tanstack-query
@orpc/trpc
@orpc/valibot
@orpc/zod
commit: |
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — A pure link-substitution docs PR that repoints every middleapi/standardserver#... link in the oRPC docs to the sections they actually describe after the body-parsing / body-hints / event-stream content moved into packages/core:
- The cross-origin
Content-Disposition/Standard-ServerCORS warning (13 pages) and the twostandard-serverheader notes in the RPC/OpenAPI serializer pages now link topackages/core#how-body-parsing-works. - The body-hints note in OpenAPI input/output mapping now links to
packages/core#body-hints-and-body-values. - The SSE completion-signal note in the async iterator docs now links to
packages/core#event-stream-helpers.
All three new anchors were verified against the live packages/core README, and a repo-wide search confirms no stale standardserver# anchor links remain. No content changes.
DeepSeek Flash (free via Pullfrog for OSS) | 𝕏
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Merging this PR will degrade performance by 12.88%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ❌ | octet stream |
898.8 µs | 1,031.8 µs | -12.88% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing dinwwwh:claude/standardserver-body-parser-docs-d08bd6 (2171df1) with main (59f271f)

The Standard Server docs on body parsing, body hints, and event streams moved from the repo's root README into the
packages/coreREADME, leaving every link from the oRPC docs pointing at dead anchors. All of them now resolve to the right sections again.Fixes
Content-Disposition/Standard-ServerCORS warning (13 pages) and the twostandard-serverheader notes in the RPC/OpenAPI serializer pages now link topackages/core#how-body-parsing-works.packages/core#body-hints-and-body-values.packages/core#event-stream-helpers.All three new anchors were verified against the current
packages/coreREADME. Pure link substitutions, no content changes.