ReVanced / revanced-documentation

🗄 Collection of all ReVanced documentation
https://revanced.app
GNU General Public License v3.0
271 stars 44 forks source link

fix: broken links on GitHub web #23

Closed kitadai31 closed 1 year ago

kitadai31 commented 1 year ago

These links in README.md were broken on GitHub Web.

In my opinion, hyperlinks in markdown files are intended to be rendered on the GitHub Web. So, I think broken links should be fixed.

Also, this helps read the documents without git clone on local.

oSumAtrIX commented 1 year ago

The relative links are pointing to symlinks. The symlinks are pointing to the current checkout submodule. Changing them to the GitHub links would break this. Additionally, when cloning, you'd be unable to navigate the checkouted submodules. This repository would also fail to be used by any markdown parser as the links would point away from the rendered markdown to GitHub. Thanks regardless.