From 77b8586a034e6185e257bc1e5d7076d9df6cbc45 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Thu, 27 Apr 2023 23:19:56 +0300 Subject: [PATCH] contribute.md: Fix link to style guidelines (#2560) --- docs/contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index a350b846b..56301b1d2 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -157,7 +157,7 @@ cat (Runner/Worker)_TIMESTAMP.log # view your log file ## Styling We use the .NET Foundation and CoreCLR style guidelines [located here]( -https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md) +https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/coding-style.md) ### Format C# Code @@ -165,4 +165,4 @@ To format both staged and unstaged .cs files ``` cd ./src ./dev.(cmd|sh) format -``` \ No newline at end of file +```