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

Fix links to corefx, now points to dotnet/runtime #290

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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <project or solution> [<rule types>] [/file:<filename>] [/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