FSharp.Stats
FSharp.Stats copied to clipboard
[BUG] ApiDocs github links go to the wrong branch.
Describe the bug If I click on a github link in the ApiDocs it takes me to the wrong branch. I couldn't see an obvious cause and I don't have time to investigate now, so submitting this as a reminder.
- Go here: https://fslab.org/FSharp.Stats/reference/fsharp-stats.html
- Click on the Array github icon link on the far right to take you to the source.
- It takes you to an obsolete "main" branch: https://github.com/fslaborg/FSharp.Stats/blob/main/src/FSharp.Stats/Array.fs#L6-6
- It should take you to the current "developer" branch: https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Array.fs#L6-6