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 +```