From 6a96be05d7cac45ba93f8ccb97bbea81b8877594 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Fri, 21 Apr 2023 20:44:45 +0300 Subject: [PATCH] contribute.md: Fix link to style guidelines --- docs/contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index a350b846b19..56301b1d25b 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 +```