fsharp-compiler-docs icon indicating copy to clipboard operation
fsharp-compiler-docs copied to clipboard

Broken links on docs homepage

Open 0101 opened this issue 3 years ago • 3 comments

Links on docs homepage under Documentation Topics are broken. They point to e.g.

  • https://fsharp.github.io/fsharp-compiler-docs/overview.md instead of just
  • https://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.

0101 avatar Aug 25 '22 13:08 0101

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.

baronfel avatar Aug 25 '22 13:08 baronfel

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.

nojaf avatar Aug 25 '22 14:08 nojaf

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>

dsyme avatar Aug 30 '22 15:08 dsyme

This appears to be fixed.

nojaf avatar Sep 06 '23 12:09 nojaf