We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at a random Wikipedia page: https://bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze.ipfs.sw.sgtpooki.com/wiki/Archaeology
...when clicked, all the links show an error heliaFetch error: not a file
heliaFetch error: not a file
This is because they are missing the /wiki/ section of the href:
/wiki/
https://bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze.ipfs.sw.sgtpooki.com/Maritime_archaeology
vs
https://bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze.ipfs.sw.sgtpooki.com/wiki/Maritime_archaeology
The text was updated successfully, but these errors were encountered:
Actually this may be related to #62 - all the page links are relative links that go up one directory:
Sorry, something went wrong.
Closing in favour of #62
No branches or pull requests
Looking at a random Wikipedia page: https://bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze.ipfs.sw.sgtpooki.com/wiki/Archaeology
...when clicked, all the links show an error
heliaFetch error: not a file
This is because they are missing the
/wiki/
section of the href:https://bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze.ipfs.sw.sgtpooki.com/Maritime_archaeology
vs
https://bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze.ipfs.sw.sgtpooki.com/wiki/Maritime_archaeology
The text was updated successfully, but these errors were encountered: