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