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
While working on #4, I notice the way linking is done, it works on the website but not in the github repo view:
example: on the website: https://kotatsu.app/manuals/faq/general/#can-kotatsu-sync-across-devices the link shows up as https://kotatsu.app/manuals/guides/synchronization/ which works
however on github: https://github.com/KotatsuApp/website/blob/main/website/manuals/faq/general/index.md#can-kotatsu-sync-across-devices the link shows up as https://github.com/KotatsuApp/website/blob/main/manuals/guides/synchronization which is 404
You would probably have to turn all the absolute relative link to relative relative link to fix the issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While working on #4, I notice the way linking is done, it works on the website but not in the github repo view:
example:
on the website: https://kotatsu.app/manuals/faq/general/#can-kotatsu-sync-across-devices
the link shows up as https://kotatsu.app/manuals/guides/synchronization/ which works
however on github: https://github.com/KotatsuApp/website/blob/main/website/manuals/faq/general/index.md#can-kotatsu-sync-across-devices
the link shows up as https://github.com/KotatsuApp/website/blob/main/manuals/guides/synchronization which is 404
You would probably have to turn all the absolute relative link to relative relative link to fix the issue
The text was updated successfully, but these errors were encountered: