From 8961032b1814705e3ce941619e59df70e9657a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Luke=C5=A1?= Date: Sat, 25 Apr 2020 16:11:42 +0000 Subject: [PATCH] Fix links to corefx, now points to dotnet/runtime --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f46e14f9..d55db334 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ CodeFormatter is a tool that uses Roslyn to automatically rewrite the source to follow our coding styles, which are [documented here][corefx-coding-style]. -[corefx-coding-style]: https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md +[corefx-coding-style]: https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/coding-style.md ## Prerequisites @@ -34,6 +34,6 @@ CodeFormatter [] [/file:] [/nocopyri ## Contributing We follow the same contribution process that -[corefx is using][corefx-contributing]. +[dotnet runtime is using][dotnet-runtime-contributing]. -[corefx-contributing]: https://github.com/dotnet/corefx/wiki/Contributing +[dotnet-runtime-contributing]: https://github.com/dotnet/runtime/blob/master/CONTRIBUTING.md