From 8c7786415008b91aae54942e67437b6e09649666 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Sun, 15 Feb 2015 22:31:39 -0800 Subject: [PATCH] Update ECMA links to 6 ed --- Documentation/index.md | 2 +- Documentation/intro-to-clr.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4