From d3d2f5e3adac84f3fe99a5cf0441d55a2cf4c049 Mon Sep 17 00:00:00 2001 From: Erik LaBianca Date: Mon, 20 Apr 2020 13:31:37 -0400 Subject: [PATCH] Reference dotnet runtime docs vs. corefx --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f46e14f9..8db5b497 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [![Build status](https://ci2.dot.net/job/dotnet_codeformatter/job/master/job/innerloop/badge/icon)](https://ci2.dot.net/job/dotnet_codeformatter/job/master/job/innerloop/) CodeFormatter is a tool that uses Roslyn to automatically rewrite the source to -follow our coding styles, which are [documented here][corefx-coding-style]. +follow our coding styles, which are [documented here][dotnet-coding-style]. -[corefx-coding-style]: https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md +[dotnet-coding-style]: https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/coding-style.md ## Prerequisites @@ -33,7 +33,7 @@ CodeFormatter [] [/file:] [/nocopyri ## Contributing -We follow the same contribution process that -[corefx is using][corefx-contributing]. +We follow the same contribution process that the +[dotnet runtime is using][dotnet-contributing]. -[corefx-contributing]: https://github.com/dotnet/corefx/wiki/Contributing +[dotnet-contributing]: https://github.com/dotnet/runtime/blob/master/CONTRIBUTING.md