diff options
-rw-r--r-- | Documentation/README.md | 2 |
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 ==================== |