Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-05-30 21:55:48 +0300
committerRichard Lander <rlander@microsoft.com>2015-06-03 07:11:33 +0300
commit068c2c5f101ec11c844dfcf0008423d9b9de58ca (patch)
treeb2e3a144db3ef537184587c409718cc691961804 /CONTRIBUTING.md
parentb37eeb0996eeb25ecd54961149fe61084d546e98 (diff)
Convert wiki to docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c624f4f77b..e1f9afc3f8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,11 +1,7 @@
# Contributing
-See [Contributing] on the wiki for information about coding styles, source structure, making
-pull requests, and more.
+See [Contributing](Documentation/contributing.md) for information about coding styles, source structure, making pull requests, and more.
-[Contributing]: https://github.com/dotnet/corefx/wiki/Contributing
# Developers
-See the [Developer Guide] for details about developing in this repo.
-
-[Developer Guide]: https://github.com/dotnet/corefx/wiki/Developer-Guide
+See the [Developer Guide](Documentation/developer-guide.md) for details about developing in this repo.