summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatko Knezevic <zlakne@microsoft.com>2015-06-15 10:12:29 -0700
committerZlatko Knezevic <zlakne@microsoft.com>2015-06-15 10:12:29 -0700
commitcc1c0634a20138572b2dda20aa303388ff25febe (patch)
tree5a6464133b2b8078a05e426dfc507624b05e1c3e
parent06e2365c0d27e0d20fa13bfe481bc7d07cae8f8b (diff)
downloadcoreclr-cc1c0634a20138572b2dda20aa303388ff25febe.tar.gz
coreclr-cc1c0634a20138572b2dda20aa303388ff25febe.tar.bz2
coreclr-cc1c0634a20138572b2dda20aa303388ff25febe.zip
Fix the ECMA standard link
On README.md, the intro to .NET Core had a wrong link. Missing the directory portion.
-rw-r--r--Documentation/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index d6b0e75a01..2ecc6c5227 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -6,7 +6,7 @@ This repo includes several documents that explain both high-level and low-level
Intro to .NET Core
==================
-.NET Core is a self-contained .NET runtime and framework that implements [ECMA 335](dotnet-standards.md). It can be (and has been) ported to multiple architectures and platforms. It support a variety of installation options, having no specific deployment requirements itself.
+.NET Core is a self-contained .NET runtime and framework that implements [ECMA 335](project-docs/dotnet-standards.md). It can be (and has been) ported to multiple architectures and platforms. It support a variety of installation options, having no specific deployment requirements itself.
Learn about .NET Core
====================