Skip to content

Commit 8f7d93a

Browse files
authored
Update compatibility.md
Fixed ConvertTests.fs link
1 parent db8979b commit 8f7d93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/dotnet/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following static methods are also available:
4040
- `System.Diagnostics.Debugger.Break()`
4141
- `System.Activator.CreateInstance<'T>()`
4242

43-
There is also support to convert between numeric types and to parse strings, check [the conversion tests](https://github.com/fable-compiler/Fable/blob/master/tests/Main/ConvertTests.fs).
43+
There is also support to convert between numeric types and to parse strings, check [the conversion tests](https://github.com/fable-compiler/Fable/blob/main/tests/Js/Main/ConvertTests.fs).
4444

4545
### Caveats
4646

0 commit comments

Comments
 (0)