Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: fix broken documentation links in README#2866

Merged
melloware merged 1 commit intoorval-labs:masterfrom
Zero-1016:fix/docs-url-prefix
Jan 27, 2026
Merged

docs: fix broken documentation links in README#2866
melloware merged 1 commit intoorval-labs:masterfrom
Zero-1016:fix/docs-url-prefix

Conversation

@Zero-1016
Copy link
Contributor

Summary

Fixes broken documentation links in README that were pointing to incorrect URLs after the documentation restructure.

The v8 migration guide links were missing the /docs prefix in the URL path, causing 404 errors when users tried to access the
migration documentation.

Problem

After the documentation site was migrated from Next.js to TanStack Start + Fumadocs (PR #2856), the URL structure changed from orval.dev/versions/v8 to orval.dev/docs/versions/v8.

The README.md in the root directory still contained the old links without the /docs prefix, resulting in broken links that led to
404 pages instead of the v8 migration guide.

image

Changes

Update v8 migration guide links to include /docs prefix.
The links were pointing to /versions/v8 instead of /docs/versions/v8
after the documentation restructure.
@melloware melloware merged commit 563a1e4 into orval-labs:master Jan 27, 2026
@melloware melloware added the documentation Improvements or additions to documentation label Jan 27, 2026
@melloware melloware added this to the 8.1.1 milestone Jan 27, 2026
soufDev pushed a commit to soufDev/orval that referenced this pull request Jan 27, 2026
Update v8 migration guide links to include /docs prefix.
The links were pointing to /versions/v8 instead of /docs/versions/v8
after the documentation restructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments