Skip to content

Commit

Permalink
Move developer guide to wiki
Browse files Browse the repository at this point in the history
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
nguerrera committed Nov 15, 2014
1 parent c02f009 commit 9338517
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 69 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
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
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,24 @@ This project is licensed under the [MIT license](LICENSE).

## .NET Foundation

This project is a part of the [.NET Foundation](http://www.dotnetfoundation.org/projects).
This project is a part of the [.NET Foundation].

[.NET Foundation]: http://www.dotnetfoundation.org/projects

## How to Engage, Contribute and Provide Feedback

To contribute to .NET Core, see the [Contributing Guide](https://github.com/Microsoft/dotnet/blob/master/CONTRIBUTING.md).
To contribute to .NET Core, see the [Contributing Guide].

[Contributing Guide]: https://github.com/Microsoft/dotnet/blob/master/CONTRIBUTING.md

You are also encouraged to start a discussion by filing an issue or creating a
gist. See the contributing guides for more details. You can discuss .NET OSS
more generally in the [.NET Foundation forums](http://www.dotnetfoundation.org/).
more generally in the [.NET Foundation forums].

[.NET Foundation forums]: http://www.dotnetfoundation.org/

## Building and Testing

To find out how you can build and test .NET Core, see the [Developer Guide](docs/Developers.md).
To find out how you can build and test .NET Core, see the [Developer Guide].

[Developer Guide]: https://github.com/dotnet/corefx/wiki/Developer-Guide
63 changes: 0 additions & 63 deletions docs/Developers.md

This file was deleted.

0 comments on commit 9338517

Please sign in to comment.