summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Das <DasAllFolks@users.noreply.github.com>2015-09-17 19:15:03 -0500
committerSteven Das <DasAllFolks@users.noreply.github.com>2015-09-17 19:15:03 -0500
commit0d80b2b478300bd2f483e7034c697576f2884f6f (patch)
treef09ec858bd652cb95d175cfea30e3fd40bc56f10 /Documentation
parent8811dcdddbbde43e8286bfe29765fe4bd3ae328d (diff)
downloadcoreclr-0d80b2b478300bd2f483e7034c697576f2884f6f.tar.gz
coreclr-0d80b2b478300bd2f483e7034c697576f2884f6f.tar.bz2
coreclr-0d80b2b478300bd2f483e7034c697576f2884f6f.zip
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.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/performance-guidelines.md2
1 files changed, 1 insertions, 1 deletions
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.