Skip to content

Commit 6d10419

Browse files
fix reference links
1 parent 072b086 commit 6d10419

File tree

1 file changed

+1
-1
lines changed
  • docs/fsharp/language-reference/compiler-messages

1 file changed

+1
-1
lines changed

docs/fsharp/language-reference/compiler-messages/fs0067.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords:
1010

1111
# FS0067: This type test or downcast will always hold
1212

13-
This message is given when attempting to perform a type test ([:?](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/match-expressions)) or downcast ([:?>](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/casting-and-conversions#downcasting)) that will always succeed based on the types involved, making the operation unnecessary.
13+
This message is given when attempting to perform a type test ([:?](../match-expressions.md)) or downcast ([:?>](../casting-and-conversions.md#downcasting)) that will always succeed based on the types involved, making the operation unnecessary.
1414

1515
Redundant Type test:
1616

0 commit comments

Comments
 (0)