From 2e3d26cfc31af4f495b28bdd4f409dfe43c29c03 Mon Sep 17 00:00:00 2001 From: Patrick Hintermayer <33315219+patrick-hintermayer@users.noreply.github.com> Date: Wed, 25 Mar 2020 01:01:41 +0100 Subject: [PATCH] Updated C# Coding Conventions Changed URL to a more useful source which is also in english. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b397a5..56a89b0 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Reasons for using a naming convention (as opposed to allowing programmers to cho ## Different Languages Style Guides - - C# Language ([C# Programming Guide]) + - [C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions) - JavaScript - [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) - [Перевод «JavaScript Style Guide» от Airbnb](https://github.com/leonidlebedev/javascript-airbnb)