From 3c8215061e76e20663daef3a199c92223b5d8bfc Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Wed, 1 Apr 2020 00:34:19 +0200 Subject: [PATCH] Updated link to coding guidelines. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 320a0266af..dcf95ce33c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Drop into our [gitter chat room](https://gitter.im/AvaloniaUI/Avalonia) and let ## Style -The codebase uses [.net core](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md) coding style. +The codebase uses [.net core](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/coding-style.md) coding style. Try to keep lines of code around 100 characters in length or less, though this is not a hard limit. If you're a few characters over then don't worry too much.