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

`nativeint` docs 404

Open gimbling-away opened this issue 2 years ago • 1 comments

https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-nativeint.html currently 404s

This link is used in places such as https://fsharp.github.io/fsharp-core-docs/reference/fsharp-nativeinterop-nativeptrmodule.html#ofNativeInt

gimbling-away avatar Oct 06 '23 06:10 gimbling-away

Hi there,

nativeint<'Measure> seems to be generic and can be found over at https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-nativeint-1.html

I don't know why the link isn't constructed correctly. This is most likely a problem with the documentation generation over at https://github.com/fsprojects/fsharp.formatting

nojaf avatar Oct 06 '23 07:10 nojaf