Skip to content

Commit 7189a4a

Browse files
authored
fix: reflection tests link is broken
1 parent fb94556 commit 7189a4a

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)