forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated links in README.md and CONTRIBUTING.md to point to wiki. Deleted docs/Developer.md as the content has been merged to the wiki. Also, changed some markdown links to end-note style for better word wrapping.
- Loading branch information
Showing
3 changed files
with
18 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Contributing | ||
|
||
General information on contributing to dotnet projects is in the [Contributing Guide](https://github.com/Microsoft/dotnet/blob/master/CONTRIBUTING.md). | ||
General information on contributing to dotnet projects is in the [Contributing Guide]. | ||
This document contains information about coding styles, source structure, making | ||
pull requests, and more. | ||
|
||
[Contributing Guide]: https://github.com/Microsoft/dotnet/blob/master/CONTRIBUTING.md | ||
|
||
# Developers | ||
|
||
For details about developing in this repo see the [Developer Guide](https://github.com/dotnet/corefx/blob/master/docs/Developers.md). | ||
For details about developing in this repo see the [Developer Guide]. | ||
|
||
[Developer Guide]: https://github.com/dotnet/corefx/wiki/Developer-Guide |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.