Fsharpplus: API docs give 404 for the source-code links of functions

Created on 16 Feb 2020  路  3Comments  路  Source: fsprojects/FSharpPlus

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.

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 ;)

All 3 comments

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 ;)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gusty picture gusty  路  10Comments

cmeeren picture cmeeren  路  12Comments

aammfe picture aammfe  路  10Comments

pangwa picture pangwa  路  11Comments

ShalokShalom picture ShalokShalom  路  4Comments