Skip to content

Commit 3d4f6bf

Browse files
author
Maxime Mangel
authored
Merge pull request #155 from hesxenon/patch-1
2 parents 5fcb2b5 + 7189a4a commit 3d4f6bf

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
@@ -89,7 +89,7 @@ Most of F# OOP features are compatible with Fable: interfaces and abstract class
8989

9090
## Reflection and Generics
9191

92-
There is some reflection support in Fable, you can check the [reflection tests](https://github.com/fable-compiler/Fable/blob/master/tests/Main/ReflectionTests.fs) to see what is currently possible.
92+
There is some reflection support in Fable, you can check the [reflection tests](https://github.com/fable-compiler/Fable/blob/main/tests/Js/Main/ReflectionTests.fs) to see what is currently possible.
9393

9494
Generics are erased by default in the generated JS code. However, it is still possible to access generic information (like `typeof<'T>`) at runtime by marking functions with `inline`:
9595

0 commit comments

Comments
 (0)