The current structure of the current project structure <ProjectRooot>/wiki, and wikithere are three Markdown files in the directory .
One of them is related to the other two, and I tried two ways of writing links.
First way
[Kernel API & Core Negotiation Protocol](wiki/KernelAPI.md)
[Priorities & Starvation](wiki/Priorities.md)
Second way
[Kernel API & Core Negotiation Protocol](KernelAPI.md)
[Priorities & Starvation](Priorities.md)
In the first case, the links work correctly in the generated Doxygen and are broken when accessing to github.com. In the second case, the links work correctly on github.com, but Doxygen does not even try to link at all.
Is there a way to write links that will satisfy both?
source
share