From bce0a5cee6ba05d3c5e2185d58a8b1feafe31aab Mon Sep 17 00:00:00 2001 From: Steven Das Date: Thu, 17 Sep 2015 18:55:11 -0500 Subject: [PATCH] Fix link to "Public Contract" subsection The link to the "Public Contract" subsection of the "Breaking Changes" page is currently stale and returns a 404 error. --- Documentation/project-docs/contributing-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/project-docs/contributing-workflow.md b/Documentation/project-docs/contributing-workflow.md index e9dc7f3..4072ccf 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 ----- -- 2.7.4