fsharp-compiler-docs
fsharp-compiler-docs copied to clipboard
Broken links on docs homepage
Links on docs homepage under Documentation Topics are broken. They point to e.g.
https://fsharp.github.io/fsharp-compiler-docs/overview.mdinstead of justhttps://fsharp.github.io/fsharp-compiler-docs/overview
It should probably be fixed in https://github.com/fsprojects/FSharp.Formatting but we could also just remove the .md suffixes from the docs source. Which will probably work fine everywhere.
I wonder if this has already been fixed in the FSharp.Formatting tool? I think we're quite behind in this repository at the moment.
Nope, we put in .html in our Markdown files in the Fantomas repo to overcome this.
It still is a problem in fsdocs. Not sure if there already is an issue created for that.
Should be fixed by https://github.com/fsprojects/FSharp.Formatting/pull/767
Problem seems to have been related to using relative input paths (which is normal) - the testing for link translation in FSharp.Formatting was only testing absolute input paths --input <absolute-path>
This appears to be fixed.