-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Description
When switching to legacy version (ex. v6) in the API documentation page, the link navigated is incorrect and leads to a 404 not found.
Specifically, the link uses …/6/api
instead of …/v6/api
.
- Broken link:
http://react-hook-form-website-git-leagcy-hook-form.vercel.app/6/api
- Correct link should be:
http://react-hook-form-website-git-leagcy-hook-form.vercel.app/v6/api
Steps to Reproduce
Expected Behavior
Selecting v6 should navigate to the correct v6 docs path (e.g. /v6/api
) rather than /6/api
.
Additional Context / Details
- Other version (v5) is similarly affected.
- Fixing the path prefix (adding
v
before the version number) should resolve the 404.
Metadata
Metadata
Assignees
Labels
No labels