Skip to content

Commit acdf57c

Browse files
CopilotT-Gro
andcommitted
Fix static abstract members links and clarify they reference C# docs
Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
1 parent f9a3dab commit acdf57c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/fsharp/whats-new/fsharp-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ F# 7 is available in .NET 7. You can download the latest .NET SDK from the [.NET
1414

1515
## Static abstract members in interfaces
1616

17-
[Static abstract members in interfaces](https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/static-virtual-interface-members) is a new feature of .NET 7. One notable application is [generic math](https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/static-virtual-interface-members#generic-math).
17+
[Static abstract members in interfaces](/dotnet/csharp/advanced-topics/interface-implementation/static-virtual-interface-members) is a new feature of .NET 7. One notable application is [generic math](/dotnet/csharp/advanced-topics/interface-implementation/static-virtual-interface-members#generic-math). These links lead to C# documentation, where this feature is also documented.
1818

1919
F# 7 adds the ability to declare, call, and implement static abstract members in interfaces.
2020

0 commit comments

Comments
 (0)