Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 3e441fb

Browse files
committed
Merge pull request #2175 from kevin-david/patch-1
Fix broken coding style link in contributing.md
2 parents 6e5d09b + dabc3b6 commit 3e441fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/project-docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document describes contribution guidelines that are specific to CoreFX. Ple
66
Coding Style Changes
77
--------------------
88

9-
We intend to bring dotnet/corefx in to full conformance with the style guidelines described in [Coding Style](coding-style.md). We plan to do that with tooling, in a holistic way. In the meantime, please:
9+
We intend to bring dotnet/corefx in to full conformance with the style guidelines described in [Coding Style](../coding-guidelines/coding-style.md). We plan to do that with tooling, in a holistic way. In the meantime, please:
1010

1111
* **DO NOT** send PRs for style changes.
1212
* **DO** give priority to the current style of the project or file you're changing even if it diverges from the general guidelines.

0 commit comments

Comments
 (0)