remix-run / remix

Build Better Websites. Create modern, resilient user experiences with web fundamentals.
https://remix.run
MIT License
29.81k stars 2.51k forks source link

[Bug]: [Docs site] Links go to incorrect path #501

Closed ekafyi closed 2 years ago

ekafyi commented 2 years ago

Which Remix packages are impacted?

What version of Remix are you using?

n/a

Steps to Reproduce

These links go to paths that don't exist eg. https://docs.remix.run/v1/v1/tutorials/blog

Expected Behavior

The link should either use absolute path with initial slash or have the v1 path removed.

<a href="/v1/tutorials/blog">Quickstart</a>

<a href="tutorials/blog">Quickstart</a>

Actual Behavior

Current docs pages use relative links.

<a href="v1/tutorials/blog">Quickstart</a>
machour commented 2 years ago

Not applicable anymore