Take, for instance, this page: https://fsprojects.github.io/FSharpPlus/reference/fsharpplus-string.html. Each link to the source code (to the right of the brief description) shows a 404 error.
Since the description is rarely enough to understand what a function does, the links are helpful, provided that they work ;). The alternative being to try to find the source code by hand. Not too hard, but quite time consuming.
That's probably because since the last time the API docs were generated (from my branch) the structure of the project changed.
I have to re-generate the API docs and deploy again.
Or finish my branch ;)
The new build branch is merged.
Doc site is updated, so links should work now
@gusty thanks! Just checked, works indeed. Will close this then ;)
Most helpful comment
That's probably because since the last time the API docs were generated (from my branch) the structure of the project changed.
I have to re-generate the API docs and deploy again.
Or finish my branch ;)