fix .html suffix on generated urls #428
Labels
dif/medium
Prior experience is likely helpful
effort/days
Estimated to take multiple days, but less than a week
P2
Medium: Good to have, but can wait until someone steps up
Originally posted by @cwaring in #154 (comment)
The first chunk of 404s are caused by this upstream issue in VuePress, we recently introduced local 404 checking for internal content urls #119, which requires the links to point to the
.md
version of the file and unfortunately it seems that the markdown link generator is hardcoding the.html
suffix.A couple of solutions to this:
.html
extensions for our docs.The later broken links are related to how your browser refetches these metadata files on route change. These paths are relative in order to be compatible with IPFS gateway links (
gateway.ipfs.io/ipfs/hash/
) and if you open the page in a new window you will see the paths are correct on first load. I would like to find a better solution to this but it's a lower priority, but as we are currently not hosting these docs on IPFS (due to required server-side redirects) I could disable this for now.The text was updated successfully, but these errors were encountered: