From 30f2eb28a4f8bb32a8de7cee2e4556b72a2d041d Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 4 Jul 2025 20:02:03 +1000 Subject: [PATCH] Fix links to Runtime issue tracker --- C#-and-.NET-docs-supplement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C#-and-.NET-docs-supplement.md b/C#-and-.NET-docs-supplement.md index b411c16..352ecd1 100644 --- a/C#-and-.NET-docs-supplement.md +++ b/C#-and-.NET-docs-supplement.md @@ -164,7 +164,7 @@ We have the diagnostic `CS0809` enabled to help avoid this mistake, but [even th ## Out-of-range `Span` slices throw `ArgumentOutOfRangeException` with wrong param name -See [dotnet/csharplang#53622](https://github.com/dotnet/csharplang/issues/53622)/[dotnet/csharplang#90939](https://github.com/dotnet/csharplang/issues/90939). +See [dotnet/runtime#53622](https://github.com/dotnet/runtime/issues/53622)/[dotnet/runtime#90939](https://github.com/dotnet/runtime/issues/90939). ## Preprocessor TFM constants and .NET Standard