From ee0136124ecd39f4307739c8848c0a54323d813f Mon Sep 17 00:00:00 2001 From: calumtomeny <939917+calumtomeny@users.noreply.github.com> Date: Mon, 22 Jun 2020 17:16:04 +0100 Subject: [PATCH] Fix broken link The link had the md extension on the fragment and not the file path. --- csharp7/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp7/index.md b/csharp7/index.md index c13bcf7..17c142b 100644 --- a/csharp7/index.md +++ b/csharp7/index.md @@ -15,7 +15,7 @@ The .NET environment manages memory automatically. However, some scenarios requi - [ref locals and returns](./ref-locals-returns.md) - [in and ref readonly](./in-ref-readonly.md) - [readonly struct](./readonly-struct.md) -- [ref struct](./readonly-struct#ref-struct-types.md) +- [ref struct](./readonly-struct.md#ref-struct-types) ## Pattern matching