Skip to content

Commit 75e85d0

Browse files
authored
csharp: update GH link after branch rename
The dotnet project switched from master to main.
1 parent 19e30ce commit 75e85d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp-style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Naming rules follow
1212
[Microsoft's C# naming guidelines](https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines).
1313
Where Microsoft's naming guidelines are unspecified (e.g. private and local
1414
variables), rules are taken from the
15-
[CoreFX C# coding guidelines](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/coding-style.md)
15+
[CoreFX C# coding guidelines](https://github.com/dotnet/runtime/blob/HEAD/docs/coding-guidelines/coding-style.md)
1616

1717
Rule summary:
1818

0 commit comments

Comments
 (0)