Skip to content

chore: fix broken links on the home page and the OpenAPI specification page - #1941

Merged
dinwwwh merged 1 commit into
middleapi:mainfrom
dinwwwh:claude/home-page-react-native-expo-da2b7f
Aug 24, 2026
Merged

chore: fix broken links on the home page and the OpenAPI specification page#1941
dinwwwh merged 1 commit into
middleapi:mainfrom
dinwwwh:claude/home-page-react-native-expo-da2b7f

Conversation

@dinwwwh

@dinwwwh dinwwwh commented Aug 24, 2026

Copy link
Copy Markdown
Member

Two links in the docs site returned 404. The home page "Runs on" strip still pointed at the React Native adapter page, which was removed in 6a7f785 when it became the Expo adapter page, and the OpenAPI specification page linked its source code under github.com/orpc/orpc instead of middleapi/orpc.

Fixes

  • The home page "Runs on" strip now lists Expo and links /docs/adapters/expo, matching the doc's sidebar label.
  • The OpenAPI specification source link resolves again (verified 200).

Note that the live orpc.dev deploy predates the Expo rename and still serves the dead link, so this takes effect on the next deploy.

Testing

  • blume validate --strict reports no broken links.
  • A full sweep of all 1,362 links in apps/content (943 internal, 419 external) found no other broken page, anchor, or asset. All 45 config redirect targets resolve and none shadow a real page. The checker was itself validated against injected failures of each kind.
  • Every external URL resolves. The npmjs.com/opencollective 403s and npmx.dev 429s are bot-blocking rather than dead links, cross-checked via registry.npmjs.org.

For the reviewer

One dead link is deliberately left untouched: blog/v1-announcement.mdx:133 links github.com/Stijn-Timmer, whose account no longer exists (404 on both the page and the API, with no rename redirect). It's a sponsor thank-you credit for a real person, so it seemed better to leave the attribution than to guess a new handle. Happy to keep the name and drop the link if preferred.

…n page

The home page "Runs on" strip still linked to /docs/adapters/react-native,
removed when the adapter page became expo.mdx, and the OpenAPI specification
page linked its source code at github.com/orpc/orpc instead of middleapi/orpc.
Both returned 404.
@pkg-pr-new

pkg-pr-new Bot commented Aug 24, 2026

Copy link
Copy Markdown
More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@1941

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@1941

@orpc/bun

npm i https://pkg.pr.new/@orpc/bun@1941

@orpc/client

npm i https://pkg.pr.new/@orpc/client@1941

@orpc/cloudflare

npm i https://pkg.pr.new/@orpc/cloudflare@1941

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@1941

@orpc/experimental-effect

npm i https://pkg.pr.new/@orpc/experimental-effect@1941

@orpc/evlog

npm i https://pkg.pr.new/@orpc/evlog@1941

@orpc/hibernation

npm i https://pkg.pr.new/@orpc/hibernation@1941

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@1941

@orpc/experimental-msw

npm i https://pkg.pr.new/@orpc/experimental-msw@1941

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@1941

@orpc/next

npm i https://pkg.pr.new/@orpc/next@1941

@orpc/node

npm i https://pkg.pr.new/@orpc/node@1941

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@1941

@orpc/opentelemetry

npm i https://pkg.pr.new/@orpc/opentelemetry@1941

@orpc/pinia-colada

npm i https://pkg.pr.new/@orpc/pinia-colada@1941

@orpc/pino

npm i https://pkg.pr.new/@orpc/pino@1941

@orpc/publisher

npm i https://pkg.pr.new/@orpc/publisher@1941

@orpc/ratelimit

npm i https://pkg.pr.new/@orpc/ratelimit@1941

@orpc/server

npm i https://pkg.pr.new/@orpc/server@1941

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@1941

@orpc/swr

npm i https://pkg.pr.new/@orpc/swr@1941

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@1941

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@1941

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@1941

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@1941

commit: e99d81a

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ No new issues found.

Reviewed changes — reviewed both changed files in full against main.

  • pages/_home/Runtimes.astro — the "Runs on" strip now links /docs/adapters/expo under the "Expo" label, replacing the dead /docs/adapters/react-native link. Verified the Expo page exists and that the renamed page left no dangling references elsewhere in apps/content.
  • docs/openapi/specification.mdx — the "source code" link is re-pointed from github.com/orpc/orpc to github.com/middleapi/orpc, matching the repo's actual org (all other doc links already use it) and the resolved target packages/openapi/src/meta.ts.

Both links verified against the working tree. Two minor observations, neither requiring action:

  • The author's note about leaving the dead sponsor link at blog/v1-announcement.mdx:133 (deleted GitHub account) is a reasonable call — keeping the attribution for a real person beats guessing a handle. Worth a quick second opinion from the maintainers, but not a blocker.
  • One thing to watch: the sidebar label for the Expo page (label: "Expo" in expo.mdx) matches the new home-page entry, so the wording is consistent.

Pullfrog  | View workflow run | Using DeepSeek Flash (free via Pullfrog for OSS) | 𝕏

@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dinwwwh
dinwwwh merged commit a9c57f3 into middleapi:main Aug 24, 2026
8 of 9 checks passed
@codspeed-hq

codspeed-hq Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 30 untouched benchmarks


Comparing dinwwwh:claude/home-page-react-native-expo-da2b7f (e99d81a) with main (2f2bf60)

Open in CodSpeed

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