FSharp.Data.GraphQL
FSharp.Data.GraphQL copied to clipboard
Documentation GitHub links not working
Description
Documentation links do not link to the GitHub repository files properly, resulting in "Not Found" page being displayed instead.
Repro steps
- go to any API documentation page, such as Schema<'Root>
- click on the "GitHub" icon on the right hand side of any function description
- 404 error
Expected behavior
Clicking the "GitHub" icon should take me to the exact place in code where the function is defined.
Actual behavior
Getting 404 errors. If the the "branch" part of the url path is changed from master
to dev
, code is shown, but the highlighted lines are still not related to the documented function (most of the time).