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:
authorZlatko Knezevic <zlakne@microsoft.com>2015-06-17 17:53:44 +0300
committerZlatko Knezevic <zlakne@microsoft.com>2015-06-24 02:48:06 +0300
commit06a5ba78cf8129605261fe8d2b1eb45069d53d68 (patch)
tree454d19ee70510582122e5eb9dd988bff2c46b104 /CONTRIBUTING.md
parent61c837a2b210001c254393bc30a71f84dbf03c8f (diff)
Add folders to CoreFX Documentation
Align to the way CoreCLR is handling its Documentation folder in the repo. Add folders. Changed README.md in root, Documentation as well as CONTRIBUTING.md with new links.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e1f9afc3f8..2637b25cc0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,7 +1,7 @@
# Contributing
-See [Contributing](Documentation/contributing.md) for information about coding styles, source structure, making pull requests, and more.
+See [Contributing](Documentation/project-docs/contributing.md) for information about coding styles, source structure, making pull requests, and more.
# Developers
-See the [Developer Guide](Documentation/developer-guide.md) for details about developing in this repo.
+See the [Developer Guide](Documentation/project-docs/developer-guide.md) for details about developing in this repo.