summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-09-17 18:20:23 -0700
committerJan Kotas <jkotas@microsoft.com>2015-09-17 18:20:23 -0700
commit28930c2f2ae2a5a8d746551470696cc8db87f23e (patch)
tree8d42746a2d31311c24f9a32155bd0a494c00cac2 /Documentation
parent37ea695c52ca0f4c3398c218c1fdd2ba51ba14dc (diff)
parentbce0a5cee6ba05d3c5e2185d58a8b1feafe31aab (diff)
downloadcoreclr-28930c2f2ae2a5a8d746551470696cc8db87f23e.tar.gz
coreclr-28930c2f2ae2a5a8d746551470696cc8db87f23e.tar.bz2
coreclr-28930c2f2ae2a5a8d746551470696cc8db87f23e.zip
Merge pull request #1585 from DasAllFolks/patch-2
Fix link to "Public Contract" subsection
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 e0cb5da575..93d012148a 100644
--- a/Documentation/project-docs/contributing-workflow.md
+++ b/Documentation/project-docs/contributing-workflow.md
@@ -21,7 +21,7 @@ There are several issues to keep in mind when making a change.
Managed Code Compatibility
--------------------------
-Please review [Breaking Changes](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/breaking-changes.md) before making changes to managed code. Please pay the most attention to changes that affect the [Public Contract](https://github.com/dotnet/corefx/blob/master/Documentation/breaking-changes.md#bucket-1-public-contract).
+Please review [Breaking Changes](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/breaking-changes.md) before making changes to managed code. Please pay the most attention to changes that affect the [Public Contract](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/breaking-changes.md#bucket-1-public-contract).
Typos
-----