From: Rich Lander Date: Mon, 16 Feb 2015 06:31:39 +0000 (-0800) Subject: Update ECMA links to 6 ed X-Git-Tag: accepted/tizen/base/20180629.140029~7094^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c7786415008b91aae54942e67437b6e09649666;p=platform%2Fupstream%2Fcoreclr.git Update ECMA links to 6 ed --- diff --git a/Documentation/index.md b/Documentation/index.md index 8b9ecc9..d689e01 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -23,7 +23,7 @@ This repo includes several documents that explain both high-level and low-level - [MSDN Entry for the CLR](http://msdn.microsoft.com/en-us/library/8bs2ecf4(VS.71).aspx) - [Wikipedia Entry for the CLR](http://en.wikipedia.org/wiki/Common_Language_Runtime) -- [ECMA Standard for the Common Language Infrastructure (CLI)](http://msdn.microsoft.com/en-us/netframework/aa569283.aspx) +- [ECMA Standard for the Common Language Infrastructure (CLI)](http://www.ecma-international.org/publications/standards/Ecma-335.htm) - [Partition I Concepts and Architecture](http://download.microsoft.com/download/7/3/3/733AD403-90B2-4064-A81E-01035A7FE13C/MS%20Partition%20I.pdf) - [Partition II Meta Data Definition and Semantics](http://download.microsoft.com/download/7/3/3/733AD403-90B2-4064-A81E-01035A7FE13C/MS%20Partition%20II.pdf) - [Partition III CIL Instruction Set](http://download.microsoft.com/download/7/3/3/733AD403-90B2-4064-A81E-01035A7FE13C/MS%20Partition%20III.pdf) diff --git a/Documentation/intro-to-clr.md b/Documentation/intro-to-clr.md index 4818b83..757aa19 100644 --- a/Documentation/intro-to-clr.md +++ b/Documentation/intro-to-clr.md @@ -251,13 +251,13 @@ Phew! The runtime does a lot! It has taken many pages just to describe _some_ o - [MSDN Entry for the CLR][clr] - [Wikipedia Entry for the CLR](http://en.wikipedia.org/wiki/Common_Language_Runtime) -- [ECMA Standard for the Common Language Infrastructure (CLI)](http://msdn.microsoft.com/en-us/netframework/aa569283.aspx) +- [ECMA Standard for the Common Language Infrastructure (CLI)][ecma-spec] - [Partition I Concepts and Architecture](http://download.microsoft.com/download/7/3/3/733AD403-90B2-4064-A81E-01035A7FE13C/MS%20Partition%20I.pdf) - [Partition II Meta Data Definition and Semantics](http://download.microsoft.com/download/7/3/3/733AD403-90B2-4064-A81E-01035A7FE13C/MS%20Partition%20II.pdf) - [Partition III CIL Instruction Set][cil-spec] - [.NET Framework Design Guidelines](http://msdn.microsoft.com/en-us/library/ms229042.aspx) -[ecma-spec]: http://msdn.microsoft.com/en-us/netframework/aa569283.aspx +[ecma-spec]: http://www.ecma-international.org/publications/standards/Ecma-335.htm [clr]: http://msdn.microsoft.com/en-us/library/8bs2ecf4(VS.71).aspx [cil-spec]: http://download.microsoft.com/download/7/3/3/733AD403-90B2-4064-A81E-01035A7FE13C/MS%20Partition%20III.pdf [fx-design-guidelines]: http://msdn.microsoft.com/en-us/library/ms229042.aspx