Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Reference dotnet runtime docs vs. corefx #287

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -33,7 +33,7 @@ CodeFormatter <project or solution> [<rule types>] [/file:<filename>] [/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