diff options
author | Steven Das <DasAllFolks@users.noreply.github.com> | 2015-09-17 18:59:34 -0500 |
---|---|---|
committer | Steven Das <DasAllFolks@users.noreply.github.com> | 2015-09-17 18:59:34 -0500 |
commit | a9ad8dd7e2d9516ff28204d2ad2dd8a2628900d9 (patch) | |
tree | 55a4e63f5a823ca96a3962fbc4482d48faed7f02 /Documentation | |
parent | 8811dcdddbbde43e8286bfe29765fe4bd3ae328d (diff) | |
download | coreclr-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.md | 2 |
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. |