summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2015-07-02 22:53:29 -0400
committerStephen Toub <stoub@microsoft.com>2015-07-02 22:53:29 -0400
commit2a8df6fb51dad4953df2c73ea9bf403d8814c8dc (patch)
tree75ffeabc71305282620a3e8f8d5643d9176bd953
parent8cfd0cdd8e140d7fbc501d55a8717abeaf127a76 (diff)
parenteeb98ef60873b4d9622e54dbf2693357117e5980 (diff)
downloadcoreclr-2a8df6fb51dad4953df2c73ea9bf403d8814c8dc.tar.gz
coreclr-2a8df6fb51dad4953df2c73ea9bf403d8814c8dc.tar.bz2
coreclr-2a8df6fb51dad4953df2c73ea9bf403d8814c8dc.zip
Merge pull request #1202 from mj1856/docs
Fix broken link in documentation
-rw-r--r--Documentation/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index 2ecc6c5227..2f4ccd9990 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -79,7 +79,7 @@ Other Information
=================
- [CoreFX Repo documentation](https://github.com/dotnet/corefx/tree/master/Documentation)
-- [Porting to .NET Core](https://github.com/dotnet/corefx/blob/master/Documentation/support-dotnet-core-instructions.md)
+- [Porting to .NET Core](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/support-dotnet-core-instructions.md)
- [.NET Standards (Ecma)](project-docs/dotnet-standards.md)
- [CLR Configuration Knobs](project-docs/clr-configuration-knobs.md)
- [MSDN Entry for the CLR](http://msdn.microsoft.com/library/8bs2ecf4.aspx)