summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Das <DasAllFolks@users.noreply.github.com>2015-09-17 18:59:34 -0500
committerSteven Das <DasAllFolks@users.noreply.github.com>2015-09-17 18:59:34 -0500
commita9ad8dd7e2d9516ff28204d2ad2dd8a2628900d9 (patch)
tree55a4e63f5a823ca96a3962fbc4482d48faed7f02 /Documentation
parent8811dcdddbbde43e8286bfe29765fe4bd3ae328d (diff)
downloadcoreclr-a9ad8dd7e2d9516ff28204d2ad2dd8a2628900d9.tar.gz
coreclr-a9ad8dd7e2d9516ff28204d2ad2dd8a2628900d9.tar.bz2
coreclr-a9ad8dd7e2d9516ff28204d2ad2dd8a2628900d9.zip
Fix link to "Coding Style" page
This link is currently returning a 404 error; it appears that several of these links may have been broken when a new `coding-guidelines` subdirectory was created.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/contributing-workflow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/contributing-workflow.md b/Documentation/project-docs/contributing-workflow.md
index e9dc7f32e3..e0cb5da575 100644
--- a/Documentation/project-docs/contributing-workflow.md
+++ b/Documentation/project-docs/contributing-workflow.md
@@ -30,7 +30,7 @@ Typos are embarrassing! We will accept most PRs that fix typos. In order to make
Coding Style Changes
--------------------
-We intend to bring dotnet/corefx in to full conformance with the style guidelines described in [Coding Style](https://github.com/dotnet/corefx/blob/master/Documentation/coding-style.md). We plan to do that with tooling, in a holistic way. In the meantime, please:
+We intend to bring dotnet/corefx in to full conformance with the style guidelines described in [Coding Style](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md). We plan to do that with tooling, in a holistic way. In the meantime, please:
* **DO NOT** send PRs for style changes.
* **DO** give priority to the current style of the project or file you're changing even if it diverges from the general guidelines.