When trying to view the documentation for the patches online, Github does not take the branches set in .gitmodules into account. Thus, in a browser Github redirects to the main branch that does not contain the docs/ folder in the branches main and dev of the revanced-patches repositories
This results in an unsuccessful resolution of the folder.
there are changes going on, which eventually update the paths
a local setup does not have the issue
but when trying to view the documentation online, because you, e.g. want to have a quick look at it, you cannot easily find the documentation without knowing the proper branch.
Description
When trying to view the documentation for the patches online, Github does not take the branches set in
.gitmodules
into account. Thus, in a browser Github redirects to the main branch that does not contain thedocs/
folder in the branchesmain
anddev
of therevanced-patches
repositoriesThis results in an unsuccessful resolution of the folder.
Steps
There are two ways to trigger this:
a
repositories/revanced-patches/docs/
is shownb
Branch feat/docs was renamed to docs.
is shownI am fully aware that:
but when trying to view the documentation online, because you, e.g. want to have a quick look at it, you cannot easily find the documentation without knowing the proper branch.