From 0d80b2b478300bd2f483e7034c697576f2884f6f Mon Sep 17 00:00:00 2001 From: Steven Das Date: Thu, 17 Sep 2015 19:15:03 -0500 Subject: Fix link to CoreFX Performance Guidelines This link currently returns a 404 error. It appears to be one of several links broken by some of the CoreFX documentation having been moved into the new `coding-guidelines` subdirectory. --- Documentation/project-docs/performance-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/project-docs/performance-guidelines.md b/Documentation/project-docs/performance-guidelines.md index addaa3fe8f..f9c5e17c91 100644 --- a/Documentation/project-docs/performance-guidelines.md +++ b/Documentation/project-docs/performance-guidelines.md @@ -3,7 +3,7 @@ Performance Requirements The .NET runtime supports a wide variety of high performance applications. As such, performance is a key design element for every change. This guidance is designed to share how we collect data and analyze the performance of the runtime. -You may also want to read about [CoreFX performance guidelines](https://github.com/dotnet/corefx/blob/master/Documentation/performance-guidelines.md). +You may also want to read about [CoreFX performance guidelines](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/performance-guidelines.md). # Design Phase # Make sure to address performance during the design phase of any change. It is much easier to tweak a design to fit performance goals and requirements before implementation has started. -- cgit v1.2.3