summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Das <DasAllFolks@users.noreply.github.com>2015-09-17 18:48:48 -0500
committerSteven Das <DasAllFolks@users.noreply.github.com>2015-09-17 18:48:48 -0500
commit17fb74a8dbf90c335987a3bb28ebc53708ead6f9 (patch)
treedd791e24d734219d6ce0a840378f2ba2eeb35e9f /Documentation
parent5f359dc2c22fc2d30f346911814d7ed91f40d2b1 (diff)
downloadcoreclr-17fb74a8dbf90c335987a3bb28ebc53708ead6f9.tar.gz
coreclr-17fb74a8dbf90c335987a3bb28ebc53708ead6f9.tar.bz2
coreclr-17fb74a8dbf90c335987a3bb28ebc53708ead6f9.zip
Unbreak "breaking changes" link
Previous link produced a 404 error.
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 21c7d2e82a..e9dc7f32e3 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/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/breaking-changes.md#bucket-1-public-contract).
Typos
-----